X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=acd4916a4b8e8fb9f0905ceb59c6cb1ce5cf75fa;hb=f933f62e1f0d948bfe38e4d371b4788e9222f84a;hp=eba5e07c0f40cc3a2b0732dd4fab563934cb9426;hpb=23ec2c1ab1e9266029437be0818101efbc74450e;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index eba5e07c0f..acd4916a4b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -41,7 +41,10 @@ netty-timer-config config-persister-directory-adapter config-persister-directory-xml-adapter + config-persister-directory-autodetect-adapter yang-test-plugin + shutdown-api + shutdown-impl @@ -61,13 +64,14 @@ 1.7 1.7 4.10 - 2.3.7 + 2.4.0 5.0.0 0.6.2.201302030002 1.7.2 0.5.9-SNAPSHOT 0.6.0-SNAPSHOT 0.1.1-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -155,6 +159,12 @@ config-persister-api ${config.version} + + ${project.groupId} + config-persister-api + ${config.version} + test-jar + org.opendaylight.bgpcep mockito-configuration @@ -212,6 +222,12 @@ ${config.version} + + org.opendaylight.controller + shutdown-api + ${config.version} + + org.opendaylight.yangtools @@ -269,10 +285,8 @@ org.apache.maven.plugins maven-surefire-plugin - - org.codehaus.mojo - build-helper-maven-plugin - + + @@ -295,7 +309,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - target/generated-sources/sal + ${salGeneratorPath} @@ -316,6 +330,26 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${salGeneratorPath} + + + + + org.apache.maven.plugins maven-jar-plugin