Clean few maven files 05/103705/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Fri, 9 Dec 2022 14:59:19 +0000 (15:59 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Mon, 19 Dec 2022 10:04:26 +0000 (11:04 +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 099ac470e465efdf889bc50831a593ce33b3a4bc..529029071895441034697535c5c3dc8f7734704d 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 70effbed4d759d7486d65abf03c1f0b51a818094..7b0ef3b48d7f5610786923c4816af36c461601aa 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>