Bump honeycomb version to 1.19.01-SNAPSHOT
[honeycomb.git] / infra / notification / api / pom.xml
index 8aa4b6b..66cead9 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.16.12-SNAPSHOT</version>
+        <version>1.19.01-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>notification-api</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.19.01-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -38,5 +38,9 @@
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+        </dependency>
     </dependencies>
 </project>