Merge "Fix checkListKey not checking actual/expected values"
[yangtools.git] / common / concepts / pom.xml
index d0968de0960700a7ee8a3b3737468c9c48664020..d2b0867d8cb680838202e21192532e87b393dd86 100644 (file)
     <name>${project.artifactId}</name>
     <description>Common concepts</description>
 
+    <dependencies>
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>