X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=odlparent%2Fpom.xml;h=6dd4d224f735d01f10ad6b39a078588759d7dfee;hb=a5d3646983bf1daf2504d6b9ecaf6e20e19e6fef;hp=f7bcdded812eeceb9965d852455bc3bea45ab935;hpb=e63ee8b9742c6eddb4b1a08bd02bb361d29a44ef;p=odlparent.git diff --git a/odlparent/pom.xml b/odlparent/pom.xml index f7bcdded8..6dd4d224f 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT ../odlparent-lite @@ -57,12 +57,12 @@ 3.5.1 - 3.0.0 - - 2.10.3 + 3.0.2 + + 2.10.4 - 3.4 - + 3.5 + 2.18.1 @@ -76,7 +76,7 @@ toolkit --> 2.17 - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT ${maven.compile.plugin.version} @@ -101,7 +101,7 @@ 0.7.2.201409121644 - 3.0.6 + 3.0.8 2.8.1 @@ -111,7 +111,7 @@ - 1.54 + 1.55 5.0.0 @@ -124,10 +124,12 @@ 2.4 jacoco - target/code-coverage/jacoco.exec - target/code-coverage/jacoco-it.exec + ${project.build.directory}/code-coverage/jacoco.exec + ${project.build.directory}/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + false @@ -136,7 +138,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT import pom @@ -173,7 +175,7 @@ org.skyscreamer jsonassert - 1.2.3 + 1.3.0 test @@ -194,6 +196,18 @@ 1.3 test + + org.hamcrest + hamcrest-library + 1.3 + test + + + com.google.truth + truth + 0.28 + test + org.powermock powermock-api-mockito @@ -276,10 +290,23 @@ guava 18.0 + + com.google.guava + guava-testlib + 18.0 + test + + + com.mycila.guice.extensions + + mycila-guice-jsr250 + 4.0.rc1 + test + org.apache.commons commons-lang3 - 3.4 + 3.5 commons-lang @@ -370,12 +397,12 @@ org.apache.shiro shiro-core - 1.2.5 + 1.3.2 org.apache.shiro shiro-web - 1.2.5 + 1.3.2 @@ -451,10 +478,29 @@ jsr305 3.0.0 + + com.google.code.findbugs + annotations + 3.0.0 + + + + net.jcip + + jcip-annotations + + + com.google.code.gson gson - 2.3.1 + 2.7 commons-fileupload @@ -748,17 +794,17 @@ org.apache.felix org.apache.felix.dependencymanager - 3.1.0 + 4.3.0 org.apache.felix org.apache.felix.dependencymanager.shell - 3.0.1 + 4.0.4 org.apache.felix org.apache.felix.fileinstall - 3.1.6 + 3.5.4 org.apache.felix @@ -769,7 +815,7 @@ org.apache.felix org.apache.felix.webconsole - 4.2.0 + 4.2.14 all @@ -791,7 +837,7 @@ com.webcohesion.enunciate enunciate-core-annotations - 2.1.1 + 2.6.0 org.codehaus.jettison @@ -975,6 +1021,7 @@ com.typesafe.akka akka-testkit_${scala.version} ${akka.version} + test com.typesafe.akka @@ -1067,13 +1114,13 @@ org.ops4j.pax.url pax-url-aether - 1.5.0 + 2.4.7 test org.ops4j.pax.url pax-url-wrap - 1.5.0 + 2.4.7 org.springframework.osgi @@ -1118,9 +1165,93 @@ org.apache.aries.blueprint.core 1.4.2 + + + + org.eclipse.xtend + org.eclipse.xtend.lib + 2.9.2 + + + org.eclipse.xtend + org.eclipse.xtend.lib.macro + 2.9.2 + + + org.eclipse.xtext + org.eclipse.xtext.xbase.lib + 2.9.2 + + + + + javax.inject + javax.inject + 1 + + + + + com.datastax.cassandra + cassandra-driver-core + 2.1.9 + + + + + io.dropwizard.metrics + metrics-core + 3.1.2 + + + io.dropwizard.metrics + metrics-graphite + 3.1.2 + + + + + org.apache.karaf.shell + org.apache.karaf.shell.console + ${karaf.version} + + + + + + org.slf4j + slf4j-api + provided + + + + org.slf4j + slf4j-simple + test + + + + + com.google.code.findbugs + annotations + provided + + + + com.google.code.findbugs + jsr305 + provided + + + @@ -1148,7 +1279,12 @@ org.opendaylight.odlparent odl-license - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT + + + com.github.sevntu.checkstyle + sevntu-checkstyle-maven-plugin + 1.21.0 @@ -1156,6 +1292,9 @@ ${project.build.sourceDirectory} + true + true + true org/opendaylight/yang/gen/**, **/protobuff/messages/**, @@ -1175,6 +1314,7 @@ check-license.xml EPL-LICENSE.regexp.txt false + true false ${project.build.sourceDirectory} @@ -1194,12 +1334,45 @@ + + org.apache.maven.plugins + maven-pmd-plugin + 3.6 + + + cpd + process-sources + + cpd-check + + + ${pmd.cpd.fail} + + 101 + true + + + ${project.build.directory}/generated-sources + + false + + + + maven-compiler-plugin ${maven.compile.plugin.version} 1.8 1.8 + + -parameters + @@ -1231,7 +1404,7 @@ org.opendaylight.odlparent odl-license - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT ${project.build.outputDirectory} @@ -1256,7 +1429,7 @@ maven-source-plugin - 3.0.0 + 3.0.1 attach-sources @@ -1272,10 +1445,39 @@ ${maven.surefire.version} true + false + + + org.apache.aries.blueprint + blueprint-maven-plugin + 1.4.0 + + + org.opendaylight + + + + + + + org.apache.xbean + xbean-finder-shaded + 4.5 + + + + + + blueprint-generate + + + + + org.apache.felix maven-bundle-plugin @@ -1308,11 +1510,6 @@ maven-enunciate-plugin ${enunciate.version} - - com.webcohesion.enunciate - enunciate-maven-plugin - 2.1.1 - org.codehaus.groovy.maven gmaven-plugin @@ -1321,19 +1518,73 @@ org.codehaus.mojo build-helper-maven-plugin - 1.10 + 1.12 org.codehaus.mojo findbugs-maven-plugin - 3.0.3 + 3.0.4 + + + org.opendaylight.odlparent + findbugs + 1.8.0-SNAPSHOT + + + + + Max + + Low + + false + + findbugs-exclude.xml + + true + + ${project.build.directory}/findbugs + + + + + analyze-compile + compile + + check + + + org.codehaus.mojo properties-maven-plugin ${propertymavenplugin.version} - + + org.eclipse.xtend + xtend-maven-plugin + + 2.9.2 + + + + compile + testCompile + + + ${project.build.directory}/generated-sources/xtend/main + ${project.build.directory}/generated-sources/xtend/test + + + + org.eclipse.m2e lifecycle-mapping @@ -1380,6 +1631,33 @@ + + + org.apache.maven.plugins + maven-pmd-plugin + [3.6,) + + cpd-check + + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.8,) + + run + + + + + + org.apache.servicemix.tooling @@ -1451,33 +1729,15 @@ - - maven-enforcer-plugin - - - enforce-maven - - - - 1.8.0 - - - 3.1.1 - - - - - enforce - - - - maven-dependency-plugin maven-checkstyle-plugin + + maven-pmd-plugin + maven-source-plugin @@ -1510,6 +1770,103 @@ + + + com.alexecollins.maven.plugin + script-maven-plugin + 1.0.0 + + + prepare-package + + execute + + + + + + + + + org.apache-extras.beanshell + bsh + 2.0b6 + + + + + + + + + maven-antrun-plugin + + + + move-autowire-test + process-test-classes + + run + + + + Moving autowire.xml to org/opendaylight/blueprint + + + + + + move-autowire-package + prepare-package + + run + + + + Moving autowire.xml to org/opendaylight/blueprint + + + + + + @@ -1525,15 +1882,6 @@ maven-project-info-reports-plugin ${projectinfo} - - org.codehaus.mojo - findbugs-maven-plugin - - Max - Low - site - - org.codehaus.mojo jdepend-maven-plugin @@ -1574,4 +1922,5 @@ ${nexus.site.url}/${project.artifactId}/ +