Do not pull in javax.inject into runtime
[genius.git] / ipv6util / impl / pom.xml
index 19f2263b14227b3335ea619544085931d73d3f1e..1653daf2d8e61d738c54d62ad429859b6598e97f 100644 (file)
@@ -35,6 +35,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>
   </dependencies>
   <build>