Clean few maven files 49/103649/6
authorGilles Thouenon <gilles.thouenon@orange.com>
Fri, 9 Dec 2022 14:59:19 +0000 (15:59 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 15 Dec 2022 12:29:17 +0000 (13:29 +0100)
- adopt odlparent-lite for pom aggregator
- add missing yang-binding dependency in test-common

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I9c5c31c1760dd777825c63ffc1a68363269c072b

pom.xml
test-common/pom.xml

diff --git a/pom.xml b/pom.xml
index 183e959ea6c8aa9080dc8ad81d3817787c4c7520..5f1306b339c135f35dee36d4ab29ac9a21939b70 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
+    <artifactId>odlparent-lite</artifactId>
     <version>11.0.3</version>
     <relativePath/>
   </parent>
index a4e39805179a802f21054c23f11a1b2c0d3c9771..2002927ded9f5d96f63c033cbb2d67805e45a24f 100644 (file)
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc8345-ietf-network</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>yang-binding</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-dom-api</artifactId>