X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pcep%2Fimpl%2Fpom.xml;h=5e21a0b5fe5855cf951b9189a717bcb55e8ee6ed;hb=refs%2Fheads%2Fstable%2Fboron;hp=14959b471ca7ae588aa494d23e99479e1e5059c3;hpb=0f7e8a6105c814adc2eb3cddd73c3586b2955e49;p=bgpcep.git diff --git a/pcep/impl/pom.xml b/pcep/impl/pom.xml index 14959b471c..5e21a0b5fe 100644 --- a/pcep/impl/pom.xml +++ b/pcep/impl/pom.xml @@ -1,7 +1,14 @@ - + + + 4.0.0 @@ -13,7 +20,7 @@ org.opendaylight.bgpcep pcep-parent - 0.3.0-SNAPSHOT + 0.6.5-SNAPSHOT pcep-impl @@ -33,9 +40,13 @@ ${project.groupId} pcep-spi - + ${project.groupId} - pcep-ietf-stateful02 + pcep-base-parser + + + ${project.groupId} + rsvp-api @@ -46,12 +57,15 @@ ${project.groupId} util - - org.opendaylight.controller - protocol-framework + ${project.groupId} + testtool-util + test + + + io.netty + netty-buffer - io.netty netty-codec @@ -60,10 +74,19 @@ io.netty netty-common + + io.netty + netty-handler + io.netty netty-transport + + io.netty + netty-transport-native-epoll + ${os.detected.classifier} + com.google.guava guava @@ -77,8 +100,34 @@ slf4j-api - org.opendaylight.yangtools.model - ietf-inet-types + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.yangtools + concepts + + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + + + org.osgi + org.osgi.core + provided @@ -86,19 +135,44 @@ org.mockito mockito-core + + junit + junit + + + + org.opendaylight.controller + config-manager + test-jar + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + org.opendaylight.yangtools mockito-configuration org.opendaylight.controller - protocol-framework + netty-threadgroup-config test - test-jar - junit - junit + org.opendaylight.controller + netty-timer-config + test + + + ${project.groupId} + pcep-spi + test-jar + test @@ -113,6 +187,7 @@ ${project.groupId}.${project.artifactId} org.opendaylight.protocol.pcep.impl.*, + org.opendaylight.controller.config.yang.pcep.impl.* @@ -129,6 +204,26 @@ + + org.opendaylight.yangtools + yang-maven-plugin + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +