X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fimpl%2Fpom.xml;h=9b81f7466d2355ddd457040fa226152040dc3746;hb=e35d98a33c70782ac40e43a05864a25d1984ff33;hp=64d6834fef8ba708bbdbf1b9031d52b6333095e9;hpb=3faa307c5757ef571158d3dc023dc0bded8223d1;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 64d6834fef..9b81f7466d 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,33 +2,87 @@ #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) - + - + + 4.0.0 - org.opendaylight.controller - config-parent - 0.3.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.4 - 4.0.0 ${groupId} ${artifactId}-impl ${version} + + ODL :: ${groupId} :: ${project.artifactId} bundle + + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.4 + pom + import + + + + ${symbol_dollar}{project.groupId} ${artifactId}-api ${symbol_dollar}{project.version} + + + org.opendaylight.controller + sal-binding-api + + + + + junit + junit + test + + + + org.mockito + mockito-core + test + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +