Aggregators should use odlparent-lite 72/85372/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Oct 2019 11:02:50 +0000 (13:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Oct 2019 11:02:50 +0000 (13:02 +0200)
These are mistakenly using full odlparent, which is not what
we want. Additionally aaa-password-service lists dependencies,
which is also wrong.

Change-Id: I2696f5340554a168650563244e035ba9907e989a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-encrypt-service/pom.xml
aaa-password-service/pom.xml
aaa-shiro/pom.xml

index c731d4f6468f3bd69f8b5fb4098f3b8c0af571f9..1a2d403806f9a869d24d94501134333fe83b79ed 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
+    <artifactId>odlparent-lite</artifactId>
     <version>6.0.0</version>
     <relativePath/>
   </parent>
index 536328b23406cd84d9347d1cdd944f8c73c09509..a1973ad7246b0b580824824342b10024404dd40f 100644 (file)
@@ -7,22 +7,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.shiro</groupId>
-      <artifactId>shiro-core</artifactId>
-      <version>1.3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.aaa</groupId>
-      <artifactId>aaa-password-service-api</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
+    <artifactId>odlparent-lite</artifactId>
     <version>6.0.0</version>
     <relativePath/>
   </parent>
index da71ea28aa91517987cfda34f8d8af866ed9bdd9..47da9f088deba767ed250da356070de442b50869 100644 (file)
@@ -10,7 +10,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>6.0.0</version>
     <relativePath/>
   </parent>