Clean up dependencies a bit 63/106563/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2023 21:19:43 +0000 (23:19 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2023 21:19:43 +0000 (23:19 +0200)
Fixup warnings reported by depends-maven-plugin.

Change-Id: I77e17349c34b1cc8779df4dbb345abcea4ba6ccb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-password-service/api/pom.xml
web/api/pom.xml
web/servlet-api/pom.xml

index 3ba849b2ff3997ef4a20a46326930792c208e591..ae6c3a776f338ecf6261d0c7f6a5c52996bde56a 100644 (file)
@@ -27,6 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-common</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
index a34057143e23e8ac5b1d6fd721de6fa1b1df47fa..fd654a65db8bb5ded5d106304f3e5190dd44debe 100644 (file)
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>concepts</artifactId>
index 23f9d6bdad17c1020fb7d1c4cf2761ffc01438eb..7e66ec0ad0e964e1303ccd07ebf72b24903ee511 100644 (file)
             <groupId>jakarta.ws.rs</groupId>
             <artifactId>jakarta.ws.rs-api</artifactId>
         </dependency>
-
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>concepts</artifactId>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
         </dependency>
     </dependencies>
-
 </project>