X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farphandler%2Fpom.xml;h=367cf95c3ac41a2c15ec60b7559a28b87673d0d1;hp=069ad8d4a3d4e13adbd9df3509dbb7d3a80a3239;hb=ebfb63317c84ed53ce0cc57b4e7ddcaeafcb1cc3;hpb=4e26ab3b9eb6b1e8ac42dc99d6fa6a5e46ca2175 diff --git a/opendaylight/arphandler/pom.xml b/opendaylight/arphandler/pom.xml index 069ad8d4a3..367cf95c3a 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.1-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.4.1-SNAPSHOT bundle @@ -18,22 +22,27 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true + org.opendaylight.controller.connectionmanager, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, 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 @@ -47,22 +56,31 @@ org.opendaylight.controller switchmanager - 0.5.0-SNAPSHOT + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + connectionmanager + 0.1.1-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.5.0-SNAPSHOT + 0.5.1-SNAPSHOT + + + junit + junit