Throw exception if decryption/encryption fails
[aaa.git] / aaa-idm-store-h2 / pom.xml
index 361f0e5af0050ebf9378e3b99c97c19848274b2d..07304176a36c38aee072cc29455f1c5228c2840a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.8</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
         </dependency>
 
         <!-- External dependencies -->
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>