Skip to content

Commit

Permalink
Excluded matetools' stanford parser dependency.
Browse files Browse the repository at this point in the history
It's included with opennlp (which we package), and conflicting versions
caused compatibility issues.
  • Loading branch information
thvitt committed Jul 1, 2016
1 parent b362e11 commit cee4114
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
de.tudarmstadt.ukp.dkpro.core.matetools-gpl
</artifactId>
<version>${dkpro-version}</version>
<exclusions>
<exclusion>
<artifactId>stanford-parser</artifactId>
<groupId>edu.stanford.nlp</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
Expand Down

0 comments on commit cee4114

Please sign in to comment.