Skip to content

Commit

Permalink
needed to adjust opennlp dependencies (has become an apache project) @…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed Jan 30, 2015
1 parent 245f358 commit ab07a04
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,12 +548,12 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>1.5.2-incubating</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-maxent</artifactId>
<version>3.0.2-incubating</version>
<version>3.0.3</version>
</dependency>
<!-- End OpenNLP -->

Expand Down Expand Up @@ -612,10 +612,11 @@
</dependencies>

<repositories>
<!--
<repository>
<id>opennlp</id>
<name>OpenNLP Maven Repository</name>
<url>http://opennlp.sourceforge.net/maven2/</url>
<url>http://repo1.maven.org/maven2/</url>
<releases>
<updatePolicy>always</updatePolicy>
<enabled>true</enabled>
Expand All @@ -625,7 +626,9 @@
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
-->

<!--
<repository>
<id>apache.maven2.snapshot.repository</id>
<name>Apache Maven 2 repository</name>
Expand All @@ -639,6 +642,7 @@
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
-->

<repository>
<id>tamingtext.maven2.repository</id>
Expand Down

0 comments on commit ab07a04

Please sign in to comment.