X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=blobdiff_plain;f=pce%2Fpom.xml;h=13fd593045819b2b7cfdf67b9ea082113b732e7c;hp=065e3ef5e602f908ff9406ee9a49848f71e7e8cf;hb=70e1e3ceb23161f43acb72f0355c98474abf7445;hpb=25a28c6248847763f7d6b3e457db7c3f204fc9a6 diff --git a/pce/pom.xml b/pce/pom.xml index 065e3ef5e..13fd59304 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -1,114 +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.mdsal - binding-parent - 4.0.4 - - + + + ${project.groupId} + transportpce-common + ${project.version} + + + org.jgrapht + jgrapht-core + 1.2.0 + - org.opendaylight.transportpce - transportpce-pce - 0.5.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} - - - ${project.groupId} - transportpce-common - ${project.version} - - - org.jgrapht - jgrapht-core - 1.2.0 - - - - - junit - junit - test - - - org.mockito - mockito-core - test - - - - ${project.groupId} - test-common - ${project.version} - test - - - org.opendaylight.controller - sal-binding-broker-impl - 1.10.0-SNAPSHOT - test - - - org.opendaylight.mdsal - mdsal-binding-dom-codec - - - - - com.google.code.findbugs - jsr305 - true - - - - - - browserid-snapshots - browserid-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + test-jar + + + + + +