X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=2ee792628b639ccc3f6b02874bffed9cc1e6a788;hp=36b109fcd1013e8872eb8281567fd058b0d9ce01;hb=391180fcde6a7a2336182e346e24a1ff9f754062;hpb=f8ab6822a30746c21b50fa770a99910dc61e26c7 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 36b109fcd1..2ee792628b 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 @@ -68,6 +71,7 @@ 0.5.9-SNAPSHOT 0.6.0-SNAPSHOT 0.1.1-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -96,11 +100,6 @@ org.osgi.core ${osgi.version} - - com.google.code.findbugs - jsr305 - 2.0.1 - commons-io commons-io @@ -161,11 +160,6 @@ ${config.version} test-jar - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - org.opendaylight.yangtools binding-generator-spi @@ -218,6 +212,12 @@ ${config.version} + + org.opendaylight.controller + shutdown-api + ${config.version} + + org.opendaylight.yangtools @@ -275,10 +275,8 @@ org.apache.maven.plugins maven-surefire-plugin - - org.codehaus.mojo - build-helper-maven-plugin - + + @@ -301,7 +299,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - target/generated-sources/sal + ${salGeneratorPath} @@ -322,6 +320,26 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${salGeneratorPath} + + + + + org.apache.maven.plugins maven-jar-plugin