X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=56044578396b1a16ee09cf08dfc7e1b1206ab98f;hp=43e254c88d2ad366b9a76c662a17c7fefef664fa;hb=571ab6d5ffb9489cf91dea5293f7bbfd74589f9f;hpb=32275b7cbe98c361f08970eff34ecb721f45c9e4 diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 43e254c88d..5604457839 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -64,7 +64,7 @@ 3.17.1-GA 2.3.2 3.1 - 0.5.3.201107060350 + 0.6.2.201302030002 1.3.1 2.3.7 4.8.1 @@ -84,24 +84,25 @@ 0.5.2-SNAPSHOT 0.7.1-SNAPSHOT 0.1.2-SNAPSHOT - 0.7.1-SNAPSHOT + 0.8.1-SNAPSHOT 0.0.3-SNAPSHOT 0.1.2-SNAPSHOT 0.0.3-SNAPSHOT 0.1.2-SNAPSHOT 0.5.2-SNAPSHOT 0.5.0-SNAPSHOT - 4.0.10.Final + 4.0.17.Final 2.4 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT - 0.5.1-SNAPSHOT + 0.6.0-SNAPSHOT 0.5.1-SNAPSHOT 0.5.1-SNAPSHOT 0.4.3-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT 1.17 7.0.42 @@ -114,7 +115,12 @@ 1.3.1 2.4.3 - ${project.build.directory}/generated-sources/xtend-gen + src/main/xtend-gen + src/main/yang-gen-config + src/main/yang-gen-sal + + + 0000.0002.0035.0-SNAPSHOT @@ -294,6 +300,12 @@ org.eclipse.equinox.launcher 1.3.0.v20120522-1813 + + xmlunit + xmlunit + 1.5 + test + geminiweb @@ -648,6 +660,16 @@ ganymed 1.1-SNAPSHOT + + org.opendaylight.controller.thirdparty + nagasena + ${exi.nagasena.version} + + + org.opendaylight.controller.thirdparty + nagasena-rta + ${exi.nagasena.version} + com.google.code.findbugs jsr305 @@ -809,7 +831,7 @@ org.opendaylight.controller clustering.services-implementation - ${controller.version} + ${clustering.services_implementation.version} org.opendaylight.controller @@ -1318,6 +1340,11 @@ concepts ${concepts.version} + + org.opendaylight.controller + sal-remoterpc-connector + ${mdsal.version} + @@ -1336,16 +1363,6 @@ yang-jmx-generator ${config.version} - - org.opendaylight.controller - yang-store-api - ${config.version} - - - org.opendaylight.controller - yang-store-impl - ${config.version} - org.opendaylight.controller logback-config @@ -1356,31 +1373,16 @@ config-persister-api ${config.version} - - org.opendaylight.controller - config-persister-file-adapter - ${config.version} - org.opendaylight.controller config-persister-file-xml-adapter ${config.version} - - org.opendaylight.controller - config-persister-directory-adapter - ${config.version} - org.opendaylight.controller config-persister-directory-xml-adapter ${config.version} - - org.opendaylight.controller - config-persister-directory-autodetect-adapter - ${config.version} - org.opendaylight.controller @@ -1486,7 +1488,16 @@ configuration ${configuration.version} - + + org.bouncycastle + bcprov-jdk15on + 1.50 + + + org.bouncycastle + bcpkix-jdk15on + 1.50 + @@ -1508,7 +1519,7 @@ opendaylight-snapshot opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ true @@ -1604,7 +1615,7 @@ opendaylight-snapshot opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ true @@ -1617,12 +1628,12 @@ opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ + ${nexusproxy}/repositories/${nexus.repository.release}/ opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ @@ -1727,7 +1738,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - **\/target\/,**\/bin\/,**\/target-ide\/ + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ @@ -1765,6 +1776,7 @@ maven-surefire-plugin ${surefire.version} + ${testvm.argLine} logback.configurationFile @@ -1793,6 +1805,10 @@ + + org.codehaus.mojo + build-helper-maven-plugin + @@ -1801,6 +1817,17 @@ maven-release-plugin ${releaseplugin.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + org.eclipse.m2e @@ -2003,6 +2030,52 @@ + + maven-clean-plugin + + + + ${xtend.dstdir} + + ** + + + + ${jmxGeneratorPath} + + ** + + + + ${salGeneratorPath} + + ** + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + ${xtend.dstdir} + + + + +