X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fimpl%2Fpom.xml;h=f0ce8714569adf2b49e22d3ff2524041d2364ba1;hb=cc2c9b513d9d05500be462a0d12a3c374fce3946;hp=f9e77ed4b14302725170c73e86b2601bbda7c139;hpb=a8efbf6623ba1f9ffbb0278672f32e9cfe73a014;p=controller.git diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml index f9e77ed4b1..f0ce871456 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml @@ -2,27 +2,45 @@ #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) - + - + + 4.0.0 - org.opendaylight.controller - config-parent - 0.3.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.13.0-SNAPSHOT - 4.0.0 ${groupId} ${artifactId}-impl ${version} + + ODL :: ${groupId} :: ${project.artifactId} bundle + + + + + org.opendaylight.controller + mdsal-artifacts + 1.8.0-SNAPSHOT + pom + import + + + + ${symbol_dollar}{project.groupId} @@ -30,6 +48,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${symbol_dollar}{project.version} + + org.opendaylight.controller + sal-binding-api + + junit @@ -39,9 +62,27 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.mockito - mockito-all + mockito-core test + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +