X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=bgp%2Fparser-impl%2Fpom.xml;h=0477c291bba09e495e2d3721b2018e91b4a8a479;hb=02085a010f90806363582ad01780f406634b68d3;hp=24aeac62d7867a21280b39173c349a29a38c9ce2;hpb=32e8c1cd693544718c946b7a9c17b9745e845663;p=bgpcep.git diff --git a/bgp/parser-impl/pom.xml b/bgp/parser-impl/pom.xml index 24aeac62d7..0477c291bb 100644 --- a/bgp/parser-impl/pom.xml +++ b/bgp/parser-impl/pom.xml @@ -8,57 +8,47 @@ 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 - bgp-parent - 0.3.1-SNAPSHOT + binding-parent + 0.20.0 + ../../binding-parent bgp-parser-impl - BGP Parser Implementation Updated to draft-02 bundle + BGP Parser Implementation Updated to draft-02 ${project.artifactId} - - 3.0.4 - ${project.groupId} - bgp-concepts + concepts ${project.groupId} - bgp-parser-api + bgp-concepts ${project.groupId} - bgp-parser-spi + bgp-parser-api ${project.groupId} - bgp-util + bgp-parser-spi - ${project.groupId} util - - org.opendaylight.controller - protocol-framework + io.netty + netty-buffer - org.slf4j slf4j-api @@ -68,24 +58,50 @@ guava - com.google.code.findbugs - jsr305 + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types - org.opendaylight.yangtools.model - ietf-inet-types + org.opendaylight.mdsal.binding.model.ietf + rfc8294-ietf-routing-types org.opendaylight.yangtools - mockito-configuration + concepts + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.yangtools + yang-common-netty + + + org.osgi + org.osgi.service.component.annotations - junit - junit + com.guicedee.services + javax.inject + true + + + org.kohsuke.metainf-services + metainf-services + + + + org.opendaylight.yangtools + mockito-configuration ${project.groupId} - bgp-linkstate + bgp-util test @@ -101,22 +117,38 @@ ${project.groupId}.${project.artifactId} org.opendaylight.protocol.bgp.parser.impl.*, + ;-split-package:=error - org.apache.maven.plugins maven-jar-plugin - package test-jar + + maven-source-plugin + + + + test-jar-no-fork + + + + + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/display/ODL/BGPCEP + HEAD +