Merge "BUG-1275: Expose XmlStreamUtils.writeValue()"
[yangtools.git] / common / util / pom.xml
index 64db1287bf9792403202eab7b3468884160404e0..5d185efe517345ac63c832837e7f3db06dd3e7c4 100644 (file)
             <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>
             <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>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.opendaylight.yangtools.util</Export-Package>
+                        <Export-Package>
+                          org.opendaylight.yangtools.util,
+                          org.opendaylight.yangtools.util.concurrent
+                        </Export-Package>
                         <Embed-Dependency>java-concurrent-hash-trie-map;inline=true</Embed-Dependency>
                     </instructions>
                 </configuration>