X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farphandler%2Fpom.xml;h=d7d185e725dfd4bd9e3873278c00f878f7fffc20;hp=62f93b235d4f3f3b0d45aa1fcc5c324dcbe31712;hb=22c176219496859faa2fc5d049c0199f26859567;hpb=52c35c45d2afc89595cca04929b347693b61d68c diff --git a/opendaylight/arphandler/pom.xml b/opendaylight/arphandler/pom.xml index 62f93b235d..d7d185e725 100644 --- a/opendaylight/arphandler/pom.xml +++ b/opendaylight/arphandler/pom.xml @@ -1,16 +1,20 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.2-SNAPSHOT ../commons/opendaylight - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + HEAD + arphandler - 0.4.0-SNAPSHOT + 0.5.2-SNAPSHOT bundle @@ -18,21 +22,30 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true + org.opendaylight.controller.sal.packet.address, + org.opendaylight.controller.connectionmanager, + org.opendaylight.controller.sal.connection, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, + org.opendaylight.controller.sal.routing, org.opendaylight.controller.switchmanager, + org.opendaylight.controller.topologymanager, + org.opendaylight.controller.clustering.services, org.opendaylight.controller.hosttracker, org.opendaylight.controller.hosttracker.hostAware, org.apache.felix.dm, org.osgi.service.component, org.slf4j + + org.opendaylight.controller.arphandler + org.opendaylight.controller.arphandler.internal.Activator @@ -43,20 +56,37 @@ + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + sal.connection + org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + topologymanager org.opendaylight.controller hosttracker - 0.4.0-SNAPSHOT org.opendaylight.controller sal - 0.5.0-SNAPSHOT + + + junit + junit