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 6bd1671 commit 06a210e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
16 changes: 8 additions & 8 deletions dkpro-tc-ml-liblinear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
</parent>
<artifactId>dkpro-tc-ml-liblinear</artifactId>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-core</artifactId>
Expand All @@ -32,10 +36,6 @@
<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.dkpro.tc</groupId>
<artifactId>dkpro-tc-ml</artifactId>
Expand All @@ -48,10 +48,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>liblinear</artifactId>
Expand All @@ -65,5 +61,9 @@
<groupId>org.dkpro.lab</groupId>
<artifactId>dkpro-lab-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
</dependency>
</dependencies>
</project>
24 changes: 4 additions & 20 deletions dkpro-tc-ml-libsvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-core</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-api</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-api-features</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.tc</groupId>
Expand All @@ -27,18 +23,10 @@
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-ml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.lab</groupId>
<artifactId>dkpro-lab-core</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>com.datumbox</groupId>
<artifactId>libsvm</artifactId>
Expand All @@ -51,9 +39,5 @@
<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 06a210e

Please sign in to comment.