X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pce%2Fpom.xml;h=0ac84a94e717a4b2976bc90d5c72b2bdffb472a5;hb=301cd3bb40099b7483648cdf9228d6b0d3a00cf8;hp=943c06885742cf472bd6d1725847e68016cf27bc;hpb=e6e13c5ba1221d74154c089ec95cd631950f1ef4;p=transportpce.git diff --git a/pce/pom.xml b/pce/pom.xml old mode 100755 new mode 100644 index 943c06885..0ac84a94e --- a/pce/pom.xml +++ b/pce/pom.xml @@ -1,88 +1,117 @@ - + -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 -Author: Martial Coulibaly on behalf of Orange ---> - + + org.opendaylight.mdsal + binding-parent + 6.0.4 + + - 4.0.0 + org.opendaylight.transportpce + transportpce-pce + 2.0.0-SNAPSHOT + bundle - - org.opendaylight.odlparent - bundle-parent - 3.1.3 - - + + + ${project.groupId} + transportpce-common + ${project.version} + + + org.jgrapht + jgrapht-core + 1.2.0 + - org.opendaylight.transportpce - transportpce-pce - 0.3.0-SNAPSHOT - bundle + + + com.google.code.findbugs + jsr305 + 3.0.2 + true + - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - test-jar - - - - - - + + org.opendaylight.transportpce + test-common + ${project.version} + test + - - - ${project.groupId} - transportpce-api - ${project.version} - - - ${project.groupId} - transportpce-networkmodel - ${project.version} - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - 2.0.1 - + + org.mockito + mockito-core + 2.25.0 + test + + + org.powermock + powermock-core + 2.0.2 + test + + + org.powermock + powermock-api-mockito2 + 2.0.2 + test + + + org.powermock + powermock-module-junit4 + 2.0.2 + test + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + test + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + test + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + test + + + javax.activation + javax.activation-api + 1.2.0 + test + + - - - junit - junit - test - - - org.mockito - mockito-core - test - - - ${project.groupId} - test-common - ${project.version} - test - - - org.opendaylight.controller - sal-binding-broker-impl - 1.9.0-SNAPSHOT - test - + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + test-jar + + + + + + -