X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=4a9d37623c5785fcf15f840030f492aac717be7b;hb=26da1d7b5baaef16e403cf6b926e36b604c4394a;hp=eba5e07c0f40cc3a2b0732dd4fab563934cb9426;hpb=1ff9939abc7a4072b07df6b79516fe344b1b42e3;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index eba5e07c0f..4a9d37623c 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 @@ -156,9 +160,10 @@ ${config.version} - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} + ${project.groupId} + config-persister-api + ${config.version} + test-jar org.opendaylight.yangtools @@ -212,6 +217,12 @@ ${config.version} + + org.opendaylight.controller + shutdown-api + ${config.version} + + org.opendaylight.yangtools @@ -269,10 +280,8 @@ org.apache.maven.plugins maven-surefire-plugin - - org.codehaus.mojo - build-helper-maven-plugin - + + @@ -295,7 +304,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - target/generated-sources/sal + ${salGeneratorPath} @@ -316,6 +325,26 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${salGeneratorPath} + + + + + org.apache.maven.plugins maven-jar-plugin