X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=bgp%2Frib-impl%2Fpom.xml;h=1b1094989637c45577cde458e6eb8a20a630315b;hb=dde173fdbce56d3ce3e7bdbfa6df02c933936b00;hp=15e78afe3cba46dfdf1dae06bd60913bf7c55cce;hpb=f4e7e21761625329f3f4c49b2fe881024a74d94b;p=bgpcep.git diff --git a/bgp/rib-impl/pom.xml b/bgp/rib-impl/pom.xml index 15e78afe3c..1b10949896 100644 --- a/bgp/rib-impl/pom.xml +++ b/bgp/rib-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 - bgp-parent - 0.3.1-SNAPSHOT + bgpcep-parent + 0.10.0-SNAPSHOT + ../../parent bgp-rib-impl - BGP RIB implementation bundle + BGP RIB implementation ${project.artifactId} - - 3.0.4 - @@ -38,91 +31,108 @@ ${project.groupId} - bgp-parser-api + bgp-rib-spi ${project.groupId} - bgp-parser-spi + config-loader-spi ${project.groupId} - bgp-rib-api + bgp-openconfig-api ${project.groupId} - bgp-rib-spi + bgp-openconfig-spi - org.opendaylight.tcpmd5 - tcpmd5-api + ${project.groupId} + bgp-path-selection-mode - org.opendaylight.tcpmd5 - tcpmd5-netty + ${project.groupId} + bgp-openconfig-rp-spi - com.google.code.findbugs - jsr305 + ${project.groupId} + bgp-inet - com.google.guava - guava + ${project.groupId} + bgp-parser-impl - io.netty - netty-codec + org.opendaylight.controller + sal-binding-config - io.netty - netty-common + org.opendaylight.mdsal + mdsal-binding-generator-impl - io.netty - netty-transport + org.osgi + org.osgi.core + provided - org.slf4j - slf4j-api + org.osgi + org.osgi.compendium + + org.opendaylight.controller - sal-binding-api + netty-timer-config - org.opendaylight.controller - protocol-framework + io.netty + netty-codec - org.opendaylight.yangtools - yang-binding + io.netty + netty-transport-native-epoll + linux-x86_64 - + ${project.groupId} - bgp-linkstate + bgp-openconfig-rp-impl + test ${project.groupId} - bgp-parser-impl + bgp-openconfig-rp-impl + test-jar + test - org.opendaylight.controller - config-api + ${project.groupId} + bgp-rib-spi + test-jar + test - org.opendaylight.controller - sal-binding-config + ${project.groupId} + testtool-util + test - org.opendaylight.controller - netty-config-api + ${project.groupId} + bgp-path-selection-mode + test-jar + test - org.opendaylight.controller - netty-timer-config + ${project.groupId} + config-loader-impl + test + + + ${project.groupId} + config-loader-impl + test-jar + test - - org.mockito mockito-core @@ -131,17 +141,46 @@ org.opendaylight.yangtools mockito-configuration + + ${project.groupId} + bgp-linkstate + test + + + ${project.groupId} + bgp-rib-mock + test + + + ${project.groupId} + bgp-util + test + + + org.opendaylight.yangtools + yang-parser-api + test + + + org.slf4j + slf4j-simple + test + junit junit - org.opendaylight.controller config-manager test-jar test + + ${project.groupId} + bgp-config-example + test + org.opendaylight.controller config-manager @@ -162,38 +201,80 @@ netty-threadgroup-config test + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test + org.opendaylight.controller - sal-binding-broker-impl + sal-broker-impl test org.opendaylight.controller - protocol-framework + sal-binding-broker-impl + test test-jar + + + org.opendaylight.controller + sal-dom-broker-config test - org.opendaylight.tcpmd5 - tcpmd5-jni + ch.qos.logback + logback-classic test - org.opendaylight.tcpmd5 - tcpmd5-jni + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + org.opendaylight.yangtools + yang-test-util + test + + + ${project.groupId} + routing-policy-config-loader + test + + + ${project.groupId} + routing-policy-config-loader + test test-jar + + + ${project.groupId} + bgp-openconfig-rp-statement test - org.opendaylight.controller - sal-binding-broker-impl + ${project.groupId} + bgp-openconfig-rp-statement + test-jar test - org.opendaylight.controller - sal-binding-broker-impl + ${project.groupId} + bgp-openconfig-rp-spi + test-jar test + + + ${project.groupId} + bgp-config-example test-jar + test @@ -207,8 +288,8 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.protocol.bgp.rib.impl.*, - org.opendaylight.controller.config.yang.bgp.rib.impl + org.opendaylight.protocol.bgp.rib.impl.* + ;-split-package:=error @@ -226,9 +307,44 @@ - org.opendaylight.yangtools - yang-maven-plugin + org.apache.maven.plugins + maven-remote-resources-plugin + + false + + ${project.groupId}:bgp-config-example:${project.version} + + + + + process-test-sources + + process + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + warn + + + + + maven-javadoc-plugin + + false + + + + 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 +