X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=blobdiff_plain;f=pce%2Fpom.xml;h=13fd593045819b2b7cfdf67b9ea082113b732e7c;hp=fc534e09ff3374a633df6114071e9857e5ed01c7;hb=70e1e3ceb23161f43acb72f0355c98474abf7445;hpb=ee171490825c16d0c1c81909d3f45b0951d1b3ca diff --git a/pce/pom.xml b/pce/pom.xml old mode 100755 new mode 100644 index fc534e09f..13fd59304 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -1,90 +1,148 @@ - + -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 + 7.0.6 + + - 4.0.0 + org.opendaylight.transportpce + transportpce-pce + 4.0.0-SNAPSHOT + bundle - - org.opendaylight.odlparent - bundle-parent - 3.1.5 - - + + + ${project.groupId} + transportpce-common + ${project.version} + + + org.jgrapht + jgrapht-core + 1.2.0 + - org.opendaylight.transportpce - transportpce-pce - 0.3.0-SNAPSHOT - bundle + + + org.opendaylight.mdsal + mdsal-binding-runtime-spi + - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - test-jar - - - - - - + + + com.google.code.findbugs + jsr305 + 3.0.2 + true + + + org.glassfish.jersey.core + jersey-client + + + org.glassfish.jersey.ext + jersey-proxy-client + + + org.glassfish.jersey.media + jersey-media-json-jackson + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + org.opendaylight.transportpce + test-common + ${project.version} + test + - + + 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 + + + org.glassfish.jersey.inject + jersey-hk2 + test + + + jakarta.xml.bind + jakarta.xml.bind-api + test + + - - ${project.groupId} - transportpce-api - ${project.version} - - - ${project.groupId} - transportpce-networkmodel - ${project.version} - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - 2.0.1 - - - - - junit - junit - test - - - org.mockito - mockito-core - test - - - ${project.groupId} - test-common - ${project.version} - test - - - org.opendaylight.controller - sal-binding-broker-impl - 1.8.2-SNAPSHOT - test - - - + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + test-jar + + + + + +