diff --git a/pom.xml b/pom.xml index 112efc8..9e89cf8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,25 +1,19 @@ 4.0.0 - - com.indeed - common-parent - 19 - - - + com.indeed vw-wrapper 5.1.4-SNAPSHOT jar Vowpal Wabbit Wrapper - Vowpal wabbit is a very effective machine learning library (https://github.com/JohnLangford/vowpal_wabbit/wiki). - It implements several state of art algorithms in a very efficient way. - - This java library provides a JNI OOP interface to vowpal wabbit. - - It depends only on log4j and guava. You don't need vowpal wabbit to be installed if you use this wrapper. + Vowpal wabbit is a very effective machine learning library (https://github.com/JohnLangford/vowpal_wabbit/wiki). + It implements several state of art algorithms in a very efficient way. + + This java library provides a JNI OOP interface to vowpal wabbit. + + It depends only on log4j and guava. You don't need vowpal wabbit to be installed if you use this wrapper. http://github.com/indeedeng @@ -32,17 +26,26 @@ - - https://github.com/indeedeng/vowpal-wabbit-java - scm:git:https://github.com/indeedeng/vowpal-wabbit-java.git - scm:git:git@github.com:indeedeng/vowpal-wabbit-java.git - + + https://github.com/indeedeng/vowpal-wabbit-java + scm:git:https://github.com/indeedeng/vowpal-wabbit-java.git + scm:git:git@github.com:indeedeng/vowpal-wabbit-java.git + + + 1.7 + 1.7 + UTF-8 + UTF-8 + true + + org.apache.maven.plugins maven-javadoc-plugin + 3.0.0 com.indeed.vw.wrapper.learner:com.indeed.vw.wrapper.jni package @@ -54,26 +57,31 @@ com.google.guava guava + 16.0.1 log4j log4j + 1.2.17 com.google.code.findbugs jsr305 + 1.3.9 provided junit junit-dep + 4.8.2 test commons-io commons-io + 1.4 test