Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Horsmann committed Feb 3, 2018
1 parent 154b0aa commit 7000aaf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions dkpro-tc-io-libsvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,29 @@
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-ml</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-api-features</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 7000aaf

Please sign in to comment.