BUG-1956: bump java-concurrent-hash-trie-map version 0.2.23
[yangtools.git] / common / util / pom.xml
index 77f81902054dfa333e0b9c0248a607ed36fcb69f..0255fe4be72c3563d091213a98b9768788fdfe3a 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>common-parent</artifactId>
+        <artifactId>yangtools-parent</artifactId>
         <version>0.6.2-SNAPSHOT</version>
+        <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>util</artifactId>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>concepts</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
@@ -30,6 +39,7 @@
         <dependency>
             <groupId>com.github.romix</groupId>
             <artifactId>java-concurrent-hash-trie-map</artifactId>
+            <version>0.2.23</version>
         </dependency>
 
         <dependency>
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>mockito-configuration</artifactId>
+            <scope>test</scope>
+            <version>0.6.2-SNAPSHOT</version>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
@@ -45,8 +61,9 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>
-                    <Export-Package>org.opendaylight.yangtools.util</Export-Package>
-                    <Embed-Dependency>java-concurrent-hash-trie-map;inline=true</Embed-Dependency>
+                    <instructions>
+                        <Embed-Dependency>java-concurrent-hash-trie-map;inline=true</Embed-Dependency>
+                    </instructions>
                 </configuration>
             </plugin>
         </plugins>