X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Ftest%2Fsal-rest-connector-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftest%2Frestconf%2Fit%2FServiceProviderController.java;h=08aeea26783cb203ffaa69655097a3912175eec7;hb=6fd408a04fe4a3611843e2246ece6d7c34b76903;hp=b5ab8a982a08bfe6d586cdae34b262ef6fc9a7c8;hpb=7974eb6a8ede81ed2593fe3fb5cda65cee51ee5d;p=controller.git diff --git a/opendaylight/md-sal/test/sal-rest-connector-it/src/test/java/org/opendaylight/controller/test/restconf/it/ServiceProviderController.java b/opendaylight/md-sal/test/sal-rest-connector-it/src/test/java/org/opendaylight/controller/test/restconf/it/ServiceProviderController.java index b5ab8a982a..08aeea2678 100644 --- a/opendaylight/md-sal/test/sal-rest-connector-it/src/test/java/org/opendaylight/controller/test/restconf/it/ServiceProviderController.java +++ b/opendaylight/md-sal/test/sal-rest-connector-it/src/test/java/org/opendaylight/controller/test/restconf/it/ServiceProviderController.java @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ package org.opendaylight.controller.test.restconf.it; import static junit.framework.Assert.assertEquals; @@ -216,7 +223,7 @@ public class ServiceProviderController { mavenBundle(ODL, "netconf-impl").versionAsInProject(), mavenBundle(ODL, "netconf-client").versionAsInProject(), mavenBundle(ODL, "netconf-util").versionAsInProject(), - mavenBundle(ODL + ".thirdparty", "ganymed", "1.0-SNAPSHOT"), + mavenBundle(ODL + ".thirdparty", "ganymed").versionAsInProject(), mavenBundle(ODL, "netconf-mapping-api").versionAsInProject(), mavenBundle(ODL, "config-netconf-connector").versionAsInProject(), mavenBundle(ODL, "config-persister-impl").versionAsInProject(),