From 72231250ed81e10d66bfe70701e64fa5fe50f712 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 15 Jun 2016 23:09:44 +0200 Subject: Publish --- vespajlib/pom.xml | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 vespajlib/pom.xml (limited to 'vespajlib/pom.xml') diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml new file mode 100644 index 00000000000..38028810afb --- /dev/null +++ b/vespajlib/pom.xml @@ -0,0 +1,114 @@ + + + + 4.0.0 + + com.yahoo.vespa + parent + 6-SNAPSHOT + ../parent/pom.xml + + vespajlib + container-plugin + 6-SNAPSHOT + + Library for use in Java components of Vespa. Shared code which did + not fit anywhere else. + + + + apache-org + apache.org Repository for Maven + https://repository.apache.org/content/groups/public + + never + + + false + + + + + + + com.google.guava + guava + provided + + + net.jpountz.lz4 + lz4 + + + org.hamcrest + hamcrest-library + test + + + org.mockito + mockito-core + test + + + junit + junit + test + + + com.yahoo.vespa + annotations + ${project.version} + provided + + + com.yahoo.vespa + yolean + ${project.version} + provided + + + commons-lang + commons-lang + + + com.fasterxml.jackson.core + jackson-core + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + + + + com.yahoo.vespa + bundle-plugin + true + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + -Xlint:all + -Werror + + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- cgit v1.2.3