Use GuicedEE for javax.inject 00/96400/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Jun 2021 11:25:21 +0000 (13:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Jun 2021 11:26:09 +0000 (13:26 +0200)
javax.inject is an ancient artifact, which use the version published
by GuicedEE, as it is a proper bundle as well as a JPMS module.

Change-Id: Ifc6fa52925cad2b10e3fb2e7ff2146f6da39a0ba
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
applications/arbitratorreconciliation/impl/pom.xml
applications/device-ownership-service/pom.xml
applications/forwardingrules-manager/pom.xml
applications/of-switch-config-pusher/pom.xml
applications/reconciliation-framework/pom.xml
applications/southbound-cli/pom.xml
applications/topology-lldp-discovery/pom.xml
applications/topology-manager/pom.xml
openflowplugin-impl/pom.xml
test-provider/pom.xml

index 8577b9991defc5b4e86e48a516144f79e02e9166..ea35f72b4775ecdc3769a883e3d03a8b757062b1 100644 (file)
@@ -22,7 +22,7 @@
             <artifactId>upgrade</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
index ec24ee4c1b35a2209407be2d815846e7b5daf8dc..573cc59bd055f4ead5bd355cf7c965e69a509411 100644 (file)
@@ -18,7 +18,7 @@
             <artifactId>mdsal-eos-binding-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
index 58df8848cf9aef3d5b7db4113ab0f0f99a22b277..4d72c48efcef2c86fe1498f9ae5ca9a1142daa72 100644 (file)
@@ -14,7 +14,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <optional>true</optional>
     </dependency>
index 919f131d19ff5ca9165ac372015369a159998764..b6ce76534c17c9397abb4c400dbf549d09fcf2c6 100644 (file)
@@ -43,7 +43,7 @@
             <artifactId>infrautils-util</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
index d76e29b401ae012225ff2758a31c8b0fd94fd9c7..090c52e71ef9525571a18707bf359b22995d8808 100644 (file)
@@ -47,7 +47,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
index 65525843a188ca149f16490a66d9ed9e9bf4517a..f1a4b92fba5f45d8bea230f6ba055e0f6b59a35a 100644 (file)
@@ -51,7 +51,7 @@
             <artifactId>forwardingrules-manager</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
index b1090f35112cddd80442ca45a09f386fb3b352b7..a265b82537ff01952cf6c98f41efc95fa467e187 100644 (file)
@@ -59,7 +59,7 @@
       <artifactId>model-topology</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <optional>true</optional>
     </dependency>
index d7e0d2151ea6e35955651195373439409e146651..d3e688d7908c7437732d0ff093daa219abaa03ed 100644 (file)
@@ -57,7 +57,7 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <optional>true</optional>
     </dependency>
index a6a89dc09e149667e4fd900b8ad440af0e909eb9..4d8e7ee7468d18ecd9eae899c7b87c68d32fdbfd 100644 (file)
@@ -97,7 +97,7 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
index cf2aa7c0982416bab65e2e3198970314cebacabf..37a5bf7df3281da2608536c062f1e07f6f015257 100644 (file)
@@ -48,7 +48,7 @@
             <artifactId>commons-lang</artifactId>
           </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>