X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fimpl%2Fpom.xml;h=6e644729d8b27bc09f85f56a5dd562239950bf82;hp=85c19c31414c70f29417031e450e5cb62d34cca1;hb=9f439daf5978c523fa4f953f6c26b42f93578240;hpb=512d0285a34d6358881be4cf7102d1140217c07e 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 85c19c3141..6e644729d8 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 @@ -10,20 +10,37 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + + 4.0.0 - org.opendaylight.controller - config-parent - 0.5.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0 - 4.0.0 ${groupId} ${artifactId}-impl ${version} + + ODL :: ${groupId} :: ${project.artifactId} bundle + + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.0 + pom + import + + + + ${symbol_dollar}{project.groupId} @@ -31,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 @@ -40,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 + + + +