From ae4e3ceefb13c02f0a3f569a74bd99257669026f Mon Sep 17 00:00:00 2001 From: Shyam Upadhyay <shyamupa@gmail.com> Date: Wed, 14 Oct 2015 19:48:55 -0500 Subject: [PATCH] no nom model now --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 9d00f67..6e5eb28 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ <version>5.1.4</version> <scope>test</scope> </dependency> - <dependency> - <groupId>edu.illinois.cs.cogcomp</groupId> - <artifactId>illinois-srl</artifactId> - <classifier>models-nom-stanford</classifier> - <version>5.1.4</version> - <scope>test</scope> - </dependency> + <!-- <dependency> --> + <!-- <groupId>edu.illinois.cs.cogcomp</groupId> --> + <!-- <artifactId>illinois-srl</artifactId> --> + <!-- <classifier>models-nom-stanford</classifier> --> + <!-- <version>5.1.4</version> --> + <!-- <scope>test</scope> --> + <!-- </dependency> --> <!--The Illinois pipeline can be used instead --> <dependency> -- GitLab