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=e1f4c78ebe196937c345b5833e65953df0b4b350;hb=41ae38a856d2e6337c16ba33913c726731d4dea5;hp=471bc788b8c604af9f584c2856543d91bf2ecdef;hpb=69c1fa1f26d6c9130696e7916c6ebe9a9e9d635c;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 471bc788b8..e1f4c78ebe 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.4.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.11.4-SNAPSHOT - 4.0.0 ${groupId} ${artifactId}-impl ${version} + + ODL :: ${groupId} :: ${project.artifactId} bundle + + + + + org.opendaylight.controller + mdsal-artifacts + 1.6.4-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,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.mockito - mockito-all + mockito-core test -