Cleanup aaa-shiro-api dependencies 42/96642/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 21:02:37 +0000 (23:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Jun 2021 07:15:38 +0000 (09:15 +0200)
We do not require aaa-authn-api, do not pull it in.

Change-Id: I3349b1261c6adc6f2463a771aef2a2ca4696d8ad
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/api/pom.xml
aaa-shiro/impl/pom.xml

index b96b0605adb0032e312d07e2bd0b6b7d0e76fdeb..9f9fc45034b466ce00b485392041778faf539646 100644 (file)
@@ -24,26 +24,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.aaa</groupId>
-      <artifactId>aaa-authn-api</artifactId>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>concepts</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-common</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              !javax.annotation,
-              *
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
index f7e506a3510d34bb56d7f830c3624b85d3358259..1328fe7e6e7e166088e3df69c4ccb4f76c4386b6 100644 (file)
@@ -25,7 +25,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependencies>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>aaa-authn-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-shiro-api</artifactId>
         </dependency>