Skip to content

Commit

Permalink
Merge pull request tamingtext#23 from ducdebreme/master
Browse files Browse the repository at this point in the history
needed to adjust opennlp dependencies (has become an apache project)
  • Loading branch information
gsingers committed Feb 8, 2015
2 parents 245f358 + ab07a04 commit ffee192
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 ffee192

Please sign in to comment.