From: <lor...@us...> - 2013-02-25 11:56:48
|
Revision: 3904 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3904&view=rev Author: lorenz_b Date: 2013-02-25 11:56:42 +0000 (Mon, 25 Feb 2013) Log Message: ----------- Cleaned up POM. Modified Paths: -------------- trunk/components-ext/pom.xml Modified: trunk/components-ext/pom.xml =================================================================== --- trunk/components-ext/pom.xml 2013-02-25 11:55:05 UTC (rev 3903) +++ trunk/components-ext/pom.xml 2013-02-25 11:56:42 UTC (rev 3904) @@ -91,17 +91,6 @@ <!--END Logging Dependencies--> - <dependency> - <groupId>edu.stanford.nlp</groupId> - <artifactId>stanford-corenlp</artifactId> - <version>1.3.3</version> - </dependency> - <dependency> - <groupId>edu.stanford.nlp</groupId> - <artifactId>stanford-corenlp</artifactId> - <version>1.3.3</version> - <classifier>models</classifier> - </dependency> <dependency> <groupId>lbj</groupId> <artifactId>library</artifactId> @@ -123,11 +112,6 @@ <version>1.0</version> </dependency> <dependency> - <groupId>uk.ac.shef.wit</groupId> - <artifactId>simmetrics</artifactId> - <version>1.6.2</version> - </dependency> - <dependency> <groupId>stax</groupId> <artifactId>stax-api</artifactId> <version>1.0.1</version> @@ -138,42 +122,10 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.opennlp</groupId> - <artifactId>opennlp-tools</artifactId> - <version>1.5.1-incubating</version> - </dependency> - <dependency> - <groupId>org.apache.opennlp</groupId> - <artifactId>opennlp-maxent</artifactId> - <version>3.0.1-incubating</version> - </dependency> - <dependency> - <groupId>com.aliasi</groupId> - <artifactId>lingpipe</artifactId> - <version>4.0.1</version> - </dependency> - <dependency> - <groupId>org.annolab.tt4j</groupId> - <artifactId>org.annolab.tt4j</artifactId> - <version>1.0.16</version> - </dependency> - <dependency> <groupId>org.ini4j</groupId> <artifactId>ini4j</artifactId> </dependency> <dependency> - <groupId>net.didion.jwnl</groupId> - <artifactId>jwnl</artifactId> - <version>1.4.1.RC2</version> - </dependency> - <!-- - <dependency> - <groupId>org.nlp2rdf</groupId> - <artifactId>nif</artifactId> - <version>1.1</version> - </dependency> - --> - <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.7.2</version> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |