diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..da0d928 --- /dev/null +++ b/pom.xml @@ -0,0 +1,109 @@ + + + 4.0.0 + + lzr.io.vertx + sentiment-analysis + 1.0-SNAPSHOT + + + + io.vertx + vertx-core + 3.1.0 + + + + io.vertx + vertx-mongo-client + 3.1.0 + + + + io.vertx + vertx-web + 3.1.0 + + + + junit + junit + 4.12 + test + + + + io.vertx + vertx-unit + 3.1.0 + test + + + + io.vertx + vertx-hazelcast + 3.1.0 + + + + + org.apache.httpcomponents + httpclient + 4.5.1 + + + + commons-lang + commons-lang + 2.3 + + + + com.google.code.gson + gson + 2.3.1 + + + + + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + + package + + shade + + + + + + io.vertx.core.Launcher + lzr.io.sentiment.verticle.MainVerticle + + + + + target/sentiment-analysis-fat.jar + + + + + + + \ No newline at end of file