Do not pull javax.inject into features 55/91755/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 29 Jul 2020 09:24:15 +0000 (11:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 29 Jul 2020 09:24:15 +0000 (11:24 +0200)
This dependency is not needed at runtime and can interfere with Jersey,
do not pull it in.

Change-Id: I885b7126abd8946cf436bea2ba5378b1f129289b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-southbound/pom.xml

index 2506d53093b7c76dfaba11ebee653be11d76bb39..34ad22f6b7f4beb13374e30b4448ac99885fdfb4 100644 (file)
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>openflowplugin-extension-onf</artifactId>
         </dependency>
-        <dependency>
-            <groupId>javax.inject</groupId>
-            <artifactId>javax.inject</artifactId>
-            <optional>true</optional>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-srm</artifactId>