Remove unneeded dependency on infrautils' inject 54/91654/3
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 26 Jul 2020 13:50:47 +0000 (15:50 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 27 Jul 2020 08:13:16 +0000 (08:13 +0000)
This dependency is not used at all, remove it.

JIRA: INFRAUTILS-65
Change-Id: I4f8c33c66cb69f58ed10e82178ea5681217b84b8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgpmanager/impl/pom.xml
qosservice/impl/pom.xml

index 5e5bc23eedcb58828bd95c0c2b5bb06b9667c9df..d14d89e2723a8a59120293eb944be88ef743e323 100644 (file)
@@ -85,6 +85,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>metrics-api</artifactId>
             <version>${infrautils.version}</version>
         </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <scope>provided</scope>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
index cb2e3df7ebcd444c428f19a22d1254e8304c3ab7..8f6dab0bf506605692914783814d6984efa1924b 100644 (file)
@@ -46,11 +46,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>srm-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.infrautils</groupId>
-            <artifactId>inject</artifactId>
-            <version>${infrautils.version}</version>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>neutronvpn-api</artifactId>