X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=2ee792628b639ccc3f6b02874bffed9cc1e6a788;hb=ebc73539ef71045df4295559e1d8c365dc6fd00c;hp=1a29046e2dac3d9bb6164dbc457aa6bade0beeca;hpb=306f95ccf8d699e2eed111f193b2fc388fa03e70;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 1a29046e2d..2ee792628b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -43,6 +43,8 @@ config-persister-directory-xml-adapter config-persister-directory-autodetect-adapter yang-test-plugin + shutdown-api + shutdown-impl @@ -69,6 +71,7 @@ 0.5.9-SNAPSHOT 0.6.0-SNAPSHOT 0.1.1-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -97,11 +100,6 @@ org.osgi.core ${osgi.version} - - com.google.code.findbugs - jsr305 - 2.0.1 - commons-io commons-io @@ -162,11 +160,6 @@ ${config.version} test-jar - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - org.opendaylight.yangtools binding-generator-spi @@ -219,6 +212,12 @@ ${config.version} + + org.opendaylight.controller + shutdown-api + ${config.version} + + org.opendaylight.yangtools @@ -276,10 +275,8 @@ org.apache.maven.plugins maven-surefire-plugin - - org.codehaus.mojo - build-helper-maven-plugin - + + @@ -302,7 +299,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - target/generated-sources/sal + ${salGeneratorPath} @@ -323,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