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=9070e358923aca6229137d46f9cae7ff458204dd;hp=8763724560a771485d11d3b127a6d2e868c1786d;hpb=391180fcde6a7a2336182e346e24a1ff9f754062;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 8763724560..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(), @@ -227,8 +234,6 @@ public class ServiceProviderController { mavenBundle(YANG, "yang-parser-impl").versionAsInProject(), mavenBundle(YANG, "binding-type-provider").versionAsInProject(), - mavenBundle("org.opendaylight.controller.thirdparty", "exificient", "0.9.2"), - mavenBundle("equinoxSDK381", "javax.servlet").versionAsInProject(), mavenBundle("equinoxSDK381", "javax.servlet.jsp").versionAsInProject(), mavenBundle("equinoxSDK381", "org.eclipse.equinox.ds").versionAsInProject(),