X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=odlparent%2Fpom.xml;h=ece8eed2f3311a72094a0db98a8149563111b449;hb=374dfc1cd98c518a248ca0b4937541699857e274;hp=c918075c31f8a39bb834e2c4f12dca8dfc3f7e7f;hpb=3af246789fb39299a3acccb5e9bfb1da7856a06d;p=odlparent.git diff --git a/odlparent/pom.xml b/odlparent/pom.xml index c918075c3..ece8eed2f 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -48,20 +48,16 @@ ${maven.compiler.target} - - 1.8 3.0.1 2.6.1 - 3.5.1 - - 3.0.0 + 3.6.1 2.10.4 - 3.4 + 3.5 2.18.1 @@ -84,24 +80,17 @@ 1.31 - 4.4.0 + 4.10.0 2.18.1 - - 0.7.2.201409121644 + 0.7.7.201606060606 3.0.8 + 4.0.9 + 4.0.9 2.8.1 @@ -111,12 +100,12 @@ - 1.54 + 1.56 5.0.0 - 2.4.7 + 2.4.17 2.11 8 0.7 @@ -124,10 +113,10 @@ 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/** + **/gen/**,**/generated-sources/**,**/generated-test-sources/**,**/yang-gen/**,**/yang-gen-config/**,**/yang-gen-sal/**,**/yang-gen-code/**,**/pax/** false @@ -178,8 +167,13 @@ 1.3.0 test + org.mockito + mockito-all 1.10.19 test @@ -208,6 +202,12 @@ 0.28 test + + org.awaitility + awaitility + 2.0.0 + test + org.powermock powermock-api-mockito @@ -238,7 +238,29 @@ 1.6.4 test - + + + + + org.immutables + value + 2.4.2 + + provided + + + + org.kohsuke.metainf-services + metainf-services + 1.7 + true + + + org.slf4j jcl-over-slf4j @@ -278,12 +300,12 @@ ch.qos.logback logback-core - 1.1.7 + 1.1.9 ch.qos.logback logback-classic - 1.1.7 + 1.1.9 com.google.guava @@ -298,15 +320,22 @@ com.mycila.guice.extensions - mycila-guice-jsr250 + 4.0.rc1 test + + com.google.inject + guice + + 4.1.0 + org.apache.commons commons-lang3 - 3.4 + 3.5 commons-lang @@ -397,12 +426,12 @@ org.apache.shiro shiro-core - 1.3.1 + 1.3.2 org.apache.shiro shiro-web - 1.3.1 + 1.3.2 @@ -471,13 +500,38 @@ com.github.romix java-concurrent-hash-trie-map - 0.2.23 + 0.2.23-ODL com.google.code.findbugs jsr305 3.0.0 + + com.google.code.findbugs + annotations + 3.0.0 + + + + net.jcip + + jcip-annotations + + + + + org.eclipse.jdt + org.eclipse.jdt.annotation + 2.0.0 + provided + com.google.code.gson gson @@ -486,17 +540,17 @@ commons-fileupload commons-fileupload - 1.3.1 + 1.3.2 commons-io commons-io - 2.4 + 2.5 commons-net commons-net - 3.5 + 3.6 eclipselink @@ -632,37 +686,37 @@ io.netty netty-all - 4.0.37.Final + 4.1.8.Final io.netty netty-buffer - 4.0.37.Final + 4.1.8.Final io.netty netty-codec - 4.0.37.Final + 4.1.8.Final io.netty netty-codec-http - 4.0.37.Final + 4.1.8.Final io.netty netty-common - 4.0.37.Final + 4.1.8.Final io.netty netty-handler - 4.0.37.Final + 4.1.8.Final io.netty netty-transport - 4.0.37.Final + 4.1.8.Final @@ -670,7 +724,7 @@ io.netty netty-transport-native-epoll linux-x86_64 - 4.0.37.Final + 4.1.8.Final javax.ws.rs @@ -900,63 +954,63 @@ org.springframework spring-aop - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-beans - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-context - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-core - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-expression - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-tx - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-web - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework spring-webmvc - 3.2.14.RELEASE + 3.2.17.RELEASE org.springframework.security spring-security-config - 3.2.8.RELEASE + 3.2.9.RELEASE org.springframework.security spring-security-core - 3.2.8.RELEASE + 3.2.9.RELEASE org.springframework.security spring-security-taglibs - 3.2.8.RELEASE + 3.2.9.RELEASE org.springframework.security spring-security-web - 3.2.8.RELEASE + 3.2.9.RELEASE virgomirror @@ -972,7 +1026,24 @@ 1.3.0 + + + org.reactivestreams + reactive-streams + 1.0.0 + + + + com.typesafe + ssl-config-akka_${scala.version} + 0.2.1 + + + com.typesafe + ssl-config-core_${scala.version} + 0.2.1 + com.typesafe.akka akka-actor_${scala.version} @@ -983,11 +1054,27 @@ akka-cluster_${scala.version} ${akka.version} + + com.typesafe.akka + akka-distributed-data-experimental_${scala.version} + ${akka.version} + + + com.typesafe.akka + akka-osgi_${scala.version} + ${akka.version} + com.typesafe.akka akka-persistence_${scala.version} ${akka.version} + + com.typesafe.akka + akka-persistence-tck_${scala.version} + ${akka.version} + test + com.typesafe.akka akka-protobuf_${scala.version} @@ -1000,24 +1087,29 @@ com.typesafe.akka - akka-testkit_${scala.version} + akka-slf4j_${scala.version} ${akka.version} - test com.typesafe.akka - akka-osgi_${scala.version} + akka-stream_${scala.version} ${akka.version} com.typesafe.akka - akka-slf4j_${scala.version} + akka-testkit_${scala.version} ${akka.version} + test org.scala-lang.modules scala-java8-compat_${scala.version} - 0.7.0 + 0.8.0 + + + org.scala-lang.modules + scala-parser-combinators_${scala.version} + 1.0.4 org.iq80.leveldb @@ -1040,6 +1132,23 @@ 2.5.0 + + + org.agrona + agrona + 0.9.2 + + + io.aeron + aeron-client + 1.1.0 + + + io.aeron + aeron-driver + 1.1.0 + + org.scala-lang @@ -1057,7 +1166,7 @@ com.lmax disruptor - 3.3.4 + 3.3.6 @@ -1095,13 +1204,13 @@ org.ops4j.pax.url pax-url-aether - 2.4.7 + 2.5.1 test org.ops4j.pax.url pax-url-wrap - 2.4.7 + 2.5.1 org.springframework.osgi @@ -1118,28 +1227,28 @@ org.eclipse.jetty jetty-client - 8.1.19.v20160209 + 9.2.19.v20160908 org.eclipse.jetty jetty-server - 8.1.19.v20160209 + 9.2.19.v20160908 org.eclipse.jetty jetty-servlet-tester - 8.1.19.v20160209 + 9.2.19.v20160908 test org.eclipse.jetty jetty-servlets - 8.1.19.v20160209 + 9.2.19.v20160908 org.eclipse.jetty jetty-webapp - 8.1.19.v20160209 + 9.2.19.v20160908 org.apache.aries.blueprint @@ -1147,6 +1256,12 @@ 1.4.2 + + com.h2database + h2 + 1.4.191 + + @@ -1213,12 +1328,29 @@ provided + + org.slf4j + slf4j-simple + test + + + + com.google.code.findbugs + annotations + provided + + com.google.code.findbugs jsr305 provided + + org.eclipse.jdt + org.eclipse.jdt.annotation + provided + @@ -1228,7 +1360,7 @@ We do not need to specify the groupId. --> maven-antrun-plugin - ${maven.antrun.plugin.version} + 1.8 maven-checkstyle-plugin @@ -1258,12 +1390,14 @@ odl_checks.xml + checkstyle-suppressions.xml ${project.build.sourceDirectory} true true true + **\/*.java, **\/*.xtend org/opendaylight/yang/gen/**, **/protobuff/messages/**, @@ -1326,7 +1460,8 @@ Hence people introducing new generated sources have to include PMD config too. --> - ${basedir}/target/generated-sources + ${project.build.directory}/generated-sources + ${project.build.directory}/generated-test-sources false @@ -1358,7 +1493,7 @@ maven-jar-plugin - ${maven.jar.version} + 3.0.2 maven-dependency-plugin @@ -1388,6 +1523,10 @@ ${maven.plugin.version} + + maven-remote-resources-plugin + 1.5 + maven-resources-plugin 3.0.1 @@ -1398,7 +1537,7 @@ maven-source-plugin - 3.0.0 + 3.0.1 attach-sources @@ -1414,6 +1553,7 @@ ${maven.surefire.version} true + false @@ -1451,6 +1591,14 @@ maven-bundle-plugin ${maven.bundle.version} true + + + + {maven-resources},target/classes/LICENSE,META-INF/git.properties=-target/classes/META-INF/git.properties + + @@ -1478,11 +1626,6 @@ maven-enunciate-plugin ${enunciate.version} - - com.webcohesion.enunciate - enunciate-maven-plugin - 2.1.1 - org.codehaus.groovy.maven gmaven-plugin @@ -1491,12 +1634,49 @@ 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 @@ -1507,7 +1687,7 @@ org.eclipse.xtend xtend-maven-plugin - 2.9.2 + 2.11.0 @@ -1515,8 +1695,8 @@ testCompile - ${project.build.directory}/generated-sources/xtend/main - ${project.build.directory}/generated-sources/xtend/test + ${project.build.directory}/generated-sources/xtend + ${project.build.directory}/generated-test-sources/xtend @@ -1580,6 +1760,20 @@ + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.8,) + + run + + + + + + org.apache.servicemix.tooling @@ -1607,6 +1801,21 @@ + + + + org.ops4j.pax.exam + maven-paxexam-plugin + [1.2.4,) + + generate-depends-file + + + + + + + @@ -1622,7 +1831,11 @@ **/gen/** **/generated-sources/** + **/generated-test-sources/** **/yang-gen/** + **/yang-gen-config/** + **/yang-gen-sal/** + **/yang-gen-code/** **/pax/** @@ -1655,20 +1868,21 @@ maven-enforcer-plugin - enforce-maven + enforce-banned-dependencies + + enforce + - - 1.8.0 - - - [3.3.9,) - + + Please always use mockito-core instead of mockito-all (https://bugs.opendaylight.org/show_bug.cgi?id=7662) + + org.mockito:mockito-all + + + true - - enforce - @@ -1787,8 +2001,8 @@ Moving autowire.xml to org/opendaylight/blueprint - @@ -1802,8 +2016,8 @@ Moving autowire.xml to org/opendaylight/blueprint - @@ -1825,15 +2039,6 @@ maven-project-info-reports-plugin ${projectinfo} - - org.codehaus.mojo - findbugs-maven-plugin - - Max - Low - site - - org.codehaus.mojo jdepend-maven-plugin @@ -1852,7 +2057,7 @@ http://doc.akka.io/japi/akka/${akka.version}/ https://google.github.io/guava/releases/18.0/api/docs/ https://google.github.io/guava/releases/19.0/api/docs/ - http://netty.io/4.0/api/ + http://netty.io/4.1/api/