Add Mycilla code to odlguice
[odlguice.git] / inject / inject-guice / pom.xml
index 505cf2933a79374e2561e18ffa9f952fbea8810d..46a6c91ea72bc25a4cea995b3304b85e13852a23 100644 (file)
@@ -15,7 +15,7 @@
       <version>1.0.0-SNAPSHOT</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
-  
+
   <artifactId>inject.guice</artifactId>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
   <name>ODL :: odlguice :: ${project.artifactId}</name>
 
   <dependencies>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
       <!-- Important to enforce false because in odlparent it's true (see gerrit/c/56723) -->
       <optional>false</optional>
     </dependency>
-    <dependency>
-      <groupId>com.mycila.guice.extensions</groupId>
-      <artifactId>mycila-guice-jsr250</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.odlguice</groupId>
+      <artifactId>inject.guice.extensions.jsr250</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 </project>