Skip to content

Commit

Permalink
Use the official libsvm repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox committed Dec 26, 2018
1 parent f550b9a commit 6b2bee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datumbox-framework-core/pom.xml
Expand Up @@ -40,7 +40,7 @@
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>com.datumbox</groupId>
<groupId>tw.edu.ntu.csie</groupId>
<artifactId>libsvm</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -352,7 +352,7 @@
<version>${slf4j-api-version}</version>
</dependency>
<dependency>
<groupId>com.datumbox</groupId>
<groupId>tw.edu.ntu.csie</groupId>
<artifactId>libsvm</artifactId>
<version>${libsvm-version}</version>
</dependency>
Expand Down

0 comments on commit 6b2bee8

Please sign in to comment.