Use GuicedEE javax.inject 46/96446/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Jun 2021 06:26:40 +0000 (08:26 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Jun 2021 06:27:27 +0000 (08:27 +0200)
This artifact is a proper jar and a JPMS module, use it instead
of the ancient javax.inject zip.

Change-Id: I8996c1a7c02180786b14e9b0d395e4e104fb98b9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
hwvtepsouthbound/hwvtepsouthbound-it/pom.xml
library/impl/pom.xml
southbound/southbound-impl/pom.xml
southbound/southbound-it/pom.xml
utils/mdsal-utils/pom.xml
utils/ovsdb-it-utils/pom.xml

index 6df3231eb63a1b0204c073d60b872e581ee288af..57ee01dd7ba0fa3b29d15a78060ac1ae52710181 100644 (file)
@@ -43,9 +43,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mdsal-eos-binding-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
-      <scope>provided</scope>
       <optional>true</optional>
     </dependency>
     <!-- project specific dependencies -->
index b1dc2cddcc5869ce6682f26f1f2782adfe602366..fc416f9434051384c22e0b282591b8cfb05bc78e 100644 (file)
@@ -78,7 +78,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <scope>compile</scope>
     </dependency>
index fee551b6a947e5a6da46ecfddfe25a687ad8865e..07d27bb911918d45f476918ddc635f42edc41b95 100644 (file)
@@ -82,9 +82,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>aaa-cert</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
-      <scope>provided</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
index 9cb6d024c1b92e6e147231977096fa86d9ca6809..1ee7ebf59f2a5ca23af03a0659becbe51b7f549f 100644 (file)
@@ -89,9 +89,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>diagstatus-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
-      <scope>provided</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
index aa97de8fdc79bee9eac2d98b8a6670548b249cfc..d969a56740a699f8d927cbb8035d3a7fdbc1c99c 100644 (file)
@@ -77,7 +77,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <scope>compile</scope>
     </dependency>
index c14592b84cd23f39bd1eebad81f59ce124139893..f1606b36dda7234bcf69581b8857ff4c120c2f7a 100644 (file)
@@ -29,9 +29,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mdsal-binding-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
-      <scope>provided</scope>
       <optional>true</optional>
     </dependency>
 
index f682a5a325d54711ed0a98300648e5a1351b33b9..c9a62b8c6fc053b870858ee99d5e206764715879 100644 (file)
@@ -81,7 +81,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <scope>compile</scope>
     </dependency>
     <dependency>
-        <groupId>javax.inject</groupId>
+        <groupId>com.guicedee.services</groupId>
         <artifactId>javax.inject</artifactId>
         <scope>compile</scope>
     </dependency>