Clean up aaa-cert pom.xml 92/114592/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Nov 2024 15:18:56 +0000 (16:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Nov 2024 15:18:56 +0000 (16:18 +0100)
Clean up dependencies and groupId declaration.

Change-Id: If8c045f4a6d3a9973c3ef2eb7b93e3e3e8489b0e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-cert/pom.xml

index e4e1a207f465b475cbc2840259b7db40916b1e57..85628f61dd34df87c6c56ffe99c7f70441cfe2bf 100644 (file)
@@ -6,6 +6,7 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution,
 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>
 
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
@@ -14,8 +15,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <relativePath>../parent</relativePath>
   </parent>
 
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cert</artifactId>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
@@ -46,6 +45,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-common-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>concepts</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>util</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>