Cleanup aaa-cli dependencies 43/96643/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 21:07:01 +0000 (23:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Jun 2021 07:15:38 +0000 (09:15 +0200)
We do not need ehcache, do not pull it in.

Change-Id: I604168264b696ac2b6d2065b78bb5f97e2727107
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-cli/pom.xml
features/odl-aaa-cli/pom.xml
features/odl-aaa-shiro/pom.xml

index 890761f3983186d1c63aa2b805439f97a989b61a..30c57d1b6646a25909223d508b676d4670b61166 100644 (file)
@@ -23,27 +23,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <packaging>bundle</packaging>
 
   <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.aaa</groupId>
+      <artifactId>aaa-authn-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
       <artifactId>aaa-cert</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
-      <artifactId>aaa-authn-api</artifactId>
+      <artifactId>aaa-password-service-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>
       <artifactId>org.apache.karaf.shell.core</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.aaa</groupId>
-      <artifactId>aaa-shiro</artifactId>
-    </dependency>
   </dependencies>
 
     <build>
index 0af33f49ffd8e71e9264241a9c96109dd606ba07..56f49a5eabf8c4153c6980b0096bc642816f2312 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>net.sf.ehcache</groupId>
-            <artifactId>ehcache</artifactId>
-        </dependency>
-        <dependency>
-            <!-- This is necessary for a full javax.transaction.xa for ehcache -->
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jta_1.1_spec</artifactId>
-            <version>1.1.1</version>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>aaa-cli</artifactId>
index 4ac33aedaed51d47bb4ab58b1f1687e5c6f02e55..4f81c52099190a0dd42ef53cd5ba1adca6def156 100644 (file)
             <type>cfg</type>
             <classifier>config</classifier>
         </dependency>
+
+        <dependency>
+            <!-- This is necessary for a full javax.transaction.xa for ehcache -->
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
+            <version>1.1.1</version>
+        </dependency>
     </dependencies>
 
     <build>