X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=7cd3beaac98aeeb2f085805a04770cae30c8deef;hb=b2b9f320d79eac0253f2417b11eb74bdbc095c66;hp=223abcd114b4137b5c148c5ec7bb04042943ce81;hpb=8e7db763d7b721ade3cf0ec4d8c2bddd02870ec3;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 223abcd114..7cd3beaac9 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -23,10 +23,11 @@ - 1.7 1.7 + + http://nexus.opendaylight.org/content 1.0-alpha-2 https://sonar.opendaylight.org/ @@ -52,9 +53,10 @@ 1.17 3.6.0.RELEASE 2.2.0.RELEASE + 1.1.4 2.10 -Xmx1024m -XX:MaxPermSize=256m - 0.5.8 + 0.5.9-SNAPSHOT 14.0.1 5.0.0 2010.09.24.1 @@ -69,21 +71,34 @@ 1.3.1 2.3.7 4.8.1 - 0.2.0-SNAPSHOT - 0.5.8 + 0.3.0-SNAPSHOT + 0.5.9-SNAPSHOT + 0.6.0-SNAPSHOT 0.4.1-SNAPSHOT - 0.2.1-SNAPSHOT + 0.2.2-SNAPSHOT + 0.2.2-SNAPSHOT 1.0-SNAPSHOT 0.5.1-SNAPSHOT - 0.5.1-SNAPSHOT + 0.6.1-SNAPSHOT 0.1.1-SNAPSHOT - 0.5.1-SNAPSHOT + 0.6.0-SNAPSHOT 0.0.2-SNAPSHOT 0.1.1-SNAPSHOT 0.0.2-SNAPSHOT 0.1.1-SNAPSHOT 0.5.1-SNAPSHOT + 0.0.1-SNAPSHOT + 4.0.10.Final + 2.4 + + jacoco + java + 0.5.0-SNAPSHOT + 0.5.0-SNAPSHOT + 2.5.1 + 1.7 + 1.7 @@ -164,7 +179,7 @@ commons-io commons-io - 2.4 + ${commons.io.version} commons-codec @@ -621,7 +636,6 @@ yang-ext ${yang-ext.version} - org.opendaylight.bgpcep @@ -633,12 +647,43 @@ util ${bgpcep.version} + + org.opendaylight.bgpcep + framework + ${bgpcep.version} + + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + io.netty + netty-common + ${netty.version} + org.opendaylight.yangtools yang-binding - ${yangtools.version} + ${yangtools.binding.version} org.opendaylight.yangtools @@ -680,6 +725,11 @@ all + + org.jolokia + jolokia-osgi + ${jolokia.version} + @@ -763,6 +813,13 @@ ebr-bundles-release ebr-bundles-release ${nexusproxy}/repositories/ebr-bundles-release/ + + false + + + never + true + @@ -770,6 +827,13 @@ ebr-bundles-external ebr-bundles-external ${nexusproxy}/repositories/ebr-bundles-external/ + + false + + + never + true + central @@ -779,6 +843,7 @@ false + never true @@ -788,6 +853,13 @@ ops4j-releases ops4j-releases ${nexusproxy}/repositories/ops4j-releases/ + + false + + + never + true + @@ -795,6 +867,13 @@ thirdparty thirdparty ${nexusproxy}/repositories/thirdparty/ + + false + + + never + true + @@ -806,6 +885,7 @@ false + never true @@ -814,12 +894,24 @@ opendaylight-release opendaylight-release ${nexusproxy}/repositories/opendaylight.release/ + + false + + + true + opendaylight-snapshot opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + @@ -967,7 +1059,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - target\/ + **\/target\/,**\/bin\/ @@ -1095,6 +1187,19 @@ + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + execute + + + + + + @@ -1148,6 +1253,17 @@ target/apidocs + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + ${java.version.source} + ${java.version.target} + ${java.version.source} + ${java.version.target} + +