X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pcep%2Fimpl%2Fpom.xml;h=24843a45a779a5e8802d727506b76d42695f50d7;hb=03ffd2711bebbfa4ff57311ddac82ae665982512;hp=9423cf2cf631fdb1c6937092c9448582a69a2267;hpb=2d76c1c848a41bbe054c795ba2e298faf6997d44;p=bgpcep.git diff --git a/pcep/impl/pom.xml b/pcep/impl/pom.xml index 9423cf2cf6..24843a45a7 100644 --- a/pcep/impl/pom.xml +++ b/pcep/impl/pom.xml @@ -8,28 +8,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - pcep-parent - 0.4.0-SNAPSHOT + binding-parent + 0.12.0-SNAPSHOT + ../../binding-parent pcep-impl PCE Protocol Implementation bundle ${project.artifactId} - - 3.0.4 - @@ -40,6 +33,10 @@ ${project.groupId} pcep-spi + + ${project.groupId} + pcep-base-parser + ${project.groupId} rsvp-api @@ -54,19 +51,10 @@ util - org.opendaylight.tcpmd5 - tcpmd5-api - - - org.opendaylight.tcpmd5 - tcpmd5-netty + ${project.groupId} + testtool-util + test - - - org.opendaylight.controller - protocol-framework - - io.netty netty-buffer @@ -79,42 +67,42 @@ io.netty netty-common + + io.netty + netty-handler + io.netty netty-transport - com.google.guava - guava + io.netty + netty-transport-native-epoll + linux-x86_64 - com.google.code.findbugs - jsr305 + com.google.guava + guava org.slf4j slf4j-api - org.opendaylight.yangtools.model - ietf-inet-types + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types org.opendaylight.yangtools yang-common - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - netty-config-api + org.opendaylight.yangtools + concepts org.osgi @@ -127,44 +115,10 @@ org.mockito mockito-core - - org.opendaylight.controller - protocol-framework - test - test-jar - - - junit - junit - - - - org.opendaylight.controller - config-manager - test-jar - - - org.opendaylight.controller - config-manager - - - org.opendaylight.controller - config-util - org.opendaylight.yangtools mockito-configuration - - org.opendaylight.controller - netty-threadgroup-config - test - - - org.opendaylight.controller - netty-timer-config - test - ${project.groupId} pcep-spi @@ -183,8 +137,8 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.protocol.pcep.impl.*, - org.opendaylight.controller.config.yang.pcep.impl.* + org.opendaylight.protocol.pcep.impl.* + ;-split-package:=error @@ -202,9 +156,19 @@ - org.opendaylight.yangtools - yang-maven-plugin + org.apache.maven.plugins + maven-checkstyle-plugin + + warn + + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD +