From dd159ea3d5b3633052fea126375718f101c022d5 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Thu, 23 Jun 2016 09:21:10 +0200 Subject: Move parent pom to toplevel directory --- pom.xml | 1335 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 1224 insertions(+), 111 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a4c81956532..1d17bec606b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,116 +1,1229 @@ - 4.0.0 - com.yahoo.vespa - vespa-java-modules - 6-SNAPSHOT - pom + 4.0.0 + com.yahoo.vespa + parent + pom + 6-SNAPSHOT + parent + Parent artifact for all Vespa maven projects. + http://yahoo.github.io/vespa - - annotations - application - application-deploy-plugin - application-model - application-preprocessor - bundle-plugin - chain - clustercontroller-apps - clustercontroller-apputil - clustercontroller-core - clustercontroller-standalone - clustercontroller-utils - component - config-application-package - configdefinitions - configgen - config-bundle - config-class-plugin - config-lib - config-model-api - config-model-fat - config-model - config - config-provisioning - config-proxy - configserver - config_test - container-core - container-accesslogging - container-dev - container-di - container-disc - container-jersey2 - container-messagebus - container-search-and-docproc - container-search - container-test-jars - defaults - docproc - docprocs - documentapi - document - documentgen-test - dummy-persistence - fileacquirer - filedistributionmanager - filedistribution - filedistribution_test - fsa - indexinglanguage - jaxrs_client_utils - jaxrs_utils - jdisc_container_maven_archetype_application - jdisc_core - jdisc_core_test - jdisc_http_service - jdisc_jetty - jdisc_jmx_metrics - jdisc_maven_archetype_component - jdisc_messagebus_service - jrt - libmlr - lifecycle_mapping - linguistics - logd - logserver - messagebus-disc - messagebus - metrics - node-repository - node-admin - orchestrator-restapi - orchestrator - parent - persistence - predicate-search - predicate-search-core - processing - provided-dependencies - searchcore - searchlib - searchsummary - serviceview - service-monitor - simplemetrics - socket_test - standalone-container - statistics - storage - testutil - vdslib - vespaclient-core - vespaclient-container-plugin - vespa-application-maven-plugin - vespa-documentgen-plugin - vespa_feed_perf - vespa-http-client - vespa_jersey2 - vespajlib - vespalog - vsm - yolean - zkfacade - scalalib - + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Yahoo Inc. + https://github.com/yahoo + + + + + + bintray-vespa-repo + https://api.bintray.com/maven/yahoo/maven/vespa;publish=1 + + + + + scm:git:git@github.com:yahoo/vespa.git + scm:git:git@github.com:yahoo/vespa.git + git@github.com:yahoo/vespa.git + + + + ${project.artifactId} + + + org.apache.maven.wagon + wagon-ssh-external + 2.7 + + + org.apache.maven.archetype + archetype-packaging + 2.0 + + + + + + com.github.goldin + copy-maven-plugin + 0.2.5 + + + com.infradna.tool + bridge-method-injector + 1.4 + + + org.antlr + antlr3-maven-plugin + 3.5.2 + + + org.apache.felix + maven-bundle-plugin + 2.4.0 + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + org.apache.maven.plugins + maven-archetype-plugin + 2.0 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + true + true + false + + -Xlint:all + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.5 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + true + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:${doclint} -Xdoclint:-missing + + 2.9 + + + org.apache.maven.plugins + maven-plugin-plugin + 3.3 + + + true + + + + mojo-descriptor + + descriptor + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + \ + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.16 + + ${test.hide} + + ${project.build.directory} + + + **/*SystemTest.java + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + false + false + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + org.codehaus.mojo + javacc-maven-plugin + 2.6 + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + org.scala-tools + maven-scala-plugin + 2.15.2 + + + com.yahoo.vespa + bundle-plugin + ${project.version} + + ${project.version} + true + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.scala-tools + maven-scala-plugin + [2.15.2,) + + add-source + testCompile + compile + + + + + false + true + + + + + + org.codehaus.mojo + properties-maven-plugin + [1.0-alpha-2,) + + write-project-properties + read-project-properties + + + + + false + true + + + + + + org.codehaus.mojo + exec-maven-plugin + [1.1,) + + java + exec + + + + + false + true + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.3,) + + run + + + + + false + true + + + + + + org.codehaus.mojo + javacc-maven-plugin + [2.4,) + + javacc + + + + + false + true + + + + + + + org.apache.maven.plugins + + + maven-jar-plugin + + + [0,) + + + jar + + + + + false + true + + + + + + + com.yahoo.vespa + + + container-maven-plugin + + + [0,) + + + generateSources + + + + + false + true + + + + + + org.antlr + + antlr3-maven-plugin + + [0,) + + antlr + + + + + false + true + + + + + + + + + + + + + attach-sources + + + !skipSources + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + + + generate-javadoc + + + !skipJavadoc + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + generate-javadoc + package + + javadoc + + + + + -Xdoclint:${doclint} -Xdoclint:-missing + ${javadoc.failOnError} + true + private + + + + + + + coverage + + + + org.codehaus.mojo + exec-maven-plugin + + true + + + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + + add-source + + + + src/main/scala + + + + + add-test-source + generate-test-sources + + add-test-source + + + + src/test/scala + + + + + + + + + + systemtests + + + + org.apache.maven.plugins + maven-surefire-plugin + + + none + + + **/*SystemTest.java + + + + + + + + + + + org.apache.maven.wagon + wagon-ssh-external + 2.7 + + + com.github.cverges.expect4j + expect4j + 1.6 + + + org.apache.commons + commons-compress + 1.8 + + + io.airlift + airline + 0.7 + + + aopalliance + aopalliance + 1.0 + + + asm + asm + 3.3.1 + + + org.ow2.asm + asm + 5.0.3 + + + com.google.code.findbugs + annotations + 1.3.9 + + + com.google.code.findbugs + jsr305 + 1.3.9 + + + com.google.guava + guava + 18.0 + + + com.google.guava + guava-testlib + 18.0 + + + com.google.inject + guice + 3.0 + + + com.google.inject + guice + 3.0 + no_aop + + + com.google.inject.extensions + guice-assistedinject + 3.0 + + + com.google.inject.extensions + guice-multibindings + 3.0 + + + com.google.protobuf + protobuf-java + 2.4.1 + + + com.googlecode.jmockit + jmockit + 1.2 + + + com.goldmansachs + gs-collections + 6.1.0 + + + com.fasterxml.jackson.core + jackson-core + ${jackson2.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson2.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson2.version} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson2.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson2.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + ${jackson2.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson2.version} + + + com.infradna.tool + bridge-method-annotation + 1.4 + + + com.ning + async-http-client + 1.7.17 + + + com.sun.jersey + jersey-client + 1.13 + + + com.sun.jersey + jersey-core + 1.13 + + + com.sun.jersey + jersey-json + 1.13 + + + com.sun.jersey + jersey-server + 1.13 + + + com.sun.jersey.contribs + jersey-guice + 1.13 + + + com.sun.jersey.contribs + jersey-multipart + 1.13 + + + commons-cli + commons-cli + 1.3.1 + + + commons-codec + commons-codec + 1.4 + + + commons-collections + commons-collections + 3.2.1 + + + commons-configuration + commons-configuration + 1.6 + + + commons-daemon + commons-daemon + 1.0.3 + + + commons-io + commons-io + 2.4 + + + commons-lang + commons-lang + 2.6 + + + commons-net + commons-net + 2.0 + + + commons-pool + commons-pool + 1.5.6 + + + + org.apache.zookeeper + zookeeper + 3.4.8 + + + org.apache.curator + curator-recipes + + ${curator.version} + + + org.apache.curator + curator-test + ${curator.version} + + + io.netty + netty + 3.6.5.Final + + + javax.servlet + javax.servlet-api + 3.1.0 + + + junit + junit + 4.11 + + + junit + junit-dep + 4.11 + + + org.antlr + antlr-runtime + 3.5.2 + + + org.apache.aries.spifly + org.apache.aries.spifly.dynamic.bundle + ${aries.spifly.version} + + + org.apache.commons + commons-lang3 + 3.1 + + + org.apache.felix + org.apache.felix.framework + 4.2.1 + + + org.apache.felix + org.apache.felix.log + 1.0.1 + + + org.apache.felix + org.apache.felix.main + 4.2.1 + + + org.apache.httpcomponents + fluent-hc + 4.3.6 + + + org.apache.httpcomponents + httpclient + 4.3.6 + + + org.apache.httpcomponents + httpcore + 4.3.3 + + + org.apache.httpcomponents + httpmime + 4.3.6 + + + org.apache.maven + maven-artifact + 3.1.1 + + + org.apache.maven + maven-core + 3.1.1 + + + org.apache.maven + maven-model + 3.1.1 + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.2 + + + org.apache.maven + maven-plugin-api + 3.1.1 + + + org.apache.maven + maven-project + 2.2.1 + + + org.codehaus.plexus + plexus-interactivity-api + 1.0-alpha-5 + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + org.apache.maven.surefire + surefire-junit4 + 2.16 + + + org.apache.maven.surefire + surefire-providers + 2.16 + pom + + + org.codehaus.jettison + jettison + 1.3.1 + + + org.cthul + cthul-matchers + 1.0 + test + + + org.eclipse.jetty + jetty-continuation + ${jetty.version} + + + org.eclipse.jetty + jetty-server + ${jetty.version} + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + + + org.eclipse.jetty + jetty-servlets + ${jetty.version} + + + org.eclipse.jetty.websocket + websocket-server + ${jetty.version} + + + org.eclipse.jetty.websocket + websocket-servlet + ${jetty.version} + + + org.glassfish.grizzly + grizzly-websockets + 2.3.2 + + + org.hamcrest + hamcrest-all + 1.3 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + uk.co.datumedge + hamcrest-json + 0.2 + test + + + org.json + json + 20090211 + + + org.mockito + mockito-all + 1.9.5 + + + org.mockito + mockito-core + 1.9.5 + test + + + org.osgi + org.osgi.compendium + 4.3.0 + + + org.osgi + org.osgi.core + 4.3.0 + + + org.scala-lang + scala-compiler + ${scala.version} + + + org.scala-lang + scala-library + ${scala.version} + + + org.scala-lang.modules + scala-parser-combinators_${scala.major-version} + 1.0.1 + + + org.scala-lang.modules + scala-xml_${scala.major-version} + 1.0.2 + + + org.scalatest + scalatest_${scala.major-version} + 2.2.2 + + + org.json4s + json4s-native_${scala.major-version} + 3.3.0 + + + org.slf4j + jcl-over-slf4j + 1.7.5 + + + org.slf4j + log4j-over-slf4j + 1.7.5 + + + org.slf4j + slf4j-api + 1.7.5 + + + org.slf4j + slf4j-jdk14 + 1.7.5 + + + org.springframework + spring-test + 4.0.6.RELEASE + + + org.testng + testng + 6.9.10 + + + org.twdata.maven + mojo-executor + 2.2.0 + + + net.jcip + jcip-annotations + 1.0 + + + net.jpountz.lz4 + lz4 + 1.3.0 + + + net.spy + spymemcached + 2.10.1 + + + xerces + xercesImpl + 2.11.0 + + + + javax.ws.rs + javax.ws.rs-api + ${javax.ws.rs-api.version} + + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${jersey2.version} + + + org.glassfish.jersey.containers + jersey-container-servlet + ${jersey2.version} + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${jersey2.version} + + + org.glassfish.jersey.media + jersey-media-multipart + ${jersey2.version} + + + org.glassfish.jersey.ext + jersey-proxy-client + ${jersey2.version} + + + org.glassfish.jersey.core + jersey-client + ${jersey2.version} + + + com.ibm.icu + icu4j + 57.1 + + + + + + 2.0 + 1.0.8 + 1.0.0 + 5.0.3 + 2.9.1 + 2.5.3 + 2.10.1 + 9.3.8.v20160314 + UTF-8 + true + all + 2.11 + ${scala.major-version}.4 + + + + annotations + application + application-deploy-plugin + application-model + application-preprocessor + bundle-plugin + chain + clustercontroller-apps + clustercontroller-apputil + clustercontroller-core + clustercontroller-standalone + clustercontroller-utils + component + config-application-package + configdefinitions + configgen + config-bundle + config-class-plugin + config-lib + config-model-api + config-model-fat + config-model + config + config-provisioning + config-proxy + configserver + config_test + container-core + container-accesslogging + container-dev + container-di + container-disc + container-jersey2 + container-messagebus + container-search-and-docproc + container-search + container-test-jars + defaults + docproc + docprocs + documentapi + document + documentgen-test + dummy-persistence + fileacquirer + filedistributionmanager + filedistribution + filedistribution_test + fsa + indexinglanguage + jaxrs_client_utils + jaxrs_utils + jdisc_container_maven_archetype_application + jdisc_core + jdisc_core_test + jdisc_http_service + jdisc_jetty + jdisc_jmx_metrics + jdisc_maven_archetype_component + jdisc_messagebus_service + jrt + libmlr + lifecycle_mapping + linguistics + logd + logserver + messagebus-disc + messagebus + metrics + node-repository + node-admin + orchestrator-restapi + orchestrator + persistence + predicate-search + predicate-search-core + processing + provided-dependencies + searchcore + searchlib + searchsummary + serviceview + service-monitor + simplemetrics + socket_test + standalone-container + statistics + storage + testutil + vdslib + vespaclient-core + vespaclient-container-plugin + vespa-application-maven-plugin + vespa-documentgen-plugin + vespa_feed_perf + vespa-http-client + vespa_jersey2 + vespajlib + vespalog + vsm + yolean + zkfacade + scalalib + -- cgit v1.2.3