Do not pull in javax.inject into runtime
[genius.git] / networkutils / networkutils / pom.xml
index 18f157703b448af15b41f8ebe9e0d479c2ee587f..36e5cd9f780ab7acd6497329e8156f3cdfa47db7 100644 (file)
@@ -51,6 +51,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
+      <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>