Cleanup dependencies 40/96640/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 20:46:19 +0000 (22:46 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 20:46:19 +0000 (22:46 +0200)
We have superfluous dependencies in a number of non-production
artifacts. Clean them up to better bracket our intent.

Change-Id: I30968cd763bd8c727eccdf33299c6f3fb93b0570
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
benchmark/ntfbenchmark/pom.xml
benchmark/rpcbenchmark/pom.xml
opendaylight/md-sal/samples/clustering-test-app/model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml
opendaylight/md-sal/samples/toaster-consumer/pom.xml
opendaylight/md-sal/samples/toaster-provider/pom.xml

index eb2809f5603cbdbf509b49de606f66ff51ae16a9..2f21a8735876460ce0ae7d3ff6e63f978089e991 100644 (file)
@@ -28,13 +28,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-dom-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>yang-data-impl</artifactId>
-    </dependency>
   </dependencies>
 </project>
index 0e5c23b8f4daaf8acd4eeac4087757a4562423fe..201a750c11b7aac18fde430e7e6380d1aab722f2 100644 (file)
@@ -24,10 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>benchmark-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>yang-data-impl</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-api</artifactId>
index e7395df627e0c7b373b30c5a15c7b67db7e03885..f9ccc3d202a54be94ac7d2d3f83f0d40ce05e1c4 100644 (file)
@@ -16,7 +16,7 @@
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
index a2dbd335025976d76bb18cd2d11fa512fd2888a1..30e157b2304d4a5fee0d5ef6e69eec86e0868ca8 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-common-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-distributed-datastore</artifactId>
index c0fa205b0ca1574648c5ba1c67ab771f303ef570..70cd8bc8670c4af463b0eb544a8762044791dddf 100644 (file)
@@ -14,7 +14,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.controller.samples</groupId>
       <artifactId>sample-toaster</artifactId>
     </dependency>
     <dependency>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-binding-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi.core</artifactId>
+      <artifactId>yang-binding</artifactId>
     </dependency>
   </dependencies>
 
index af0fc2981d3600e09e1ddb3d5ecf286a67e5e860..b3232a176d128bd7d751022b01311ae45a610233 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-common-util</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi.core</artifactId>
-    </dependency>
 
     <!-- dependencies to use AbstractDataBrokerTest -->
     <dependency>