Merge changes from topic "nbinotification"
[transportpce.git] / lighty / pom.xml
index 184bf4d3c1ef769619039f3d99473ff6dfc93a1c..891b72caf049dcbb0e4195bd60f2f4c4f9a2f43a 100644 (file)
@@ -13,9 +13,8 @@
         <artifactId>lighty-app-parent</artifactId>
         <version>13.0.0</version>
         <!--
-        13.0.0 correspond to the master branch version on the official repo
-        that is advised for Aluminium.
-        At that date 08/2020, it seems not yet published on Nexus
+        lighty-core is usually released a few days before the official Opendaylight release.
+        13.0.0 = Aluminium release of 2020/09/18
         -->
         <relativePath />
     </parent>
     </properties>
 
     <dependencies>
+        <!-- for parsing command line arguments -->
+        <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+            <version>1.4</version>
+        </dependency>
 
         <!-- TPCE Models - BEGIN -->
         <dependency>
             <artifactId>transportpce-tapi</artifactId>
             <version>${transportpce.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.transportpce</groupId>
+            <artifactId>transportpce-nbinotifications</artifactId>
+            <version>${transportpce.version}</version>
+        </dependency>
         <!-- TPCE bundles - END -->
 
         <dependency>
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>net.jcip</groupId>
+            <artifactId>jcip-annotations</artifactId>
+            <version>1.0</version>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <version>3.1.3</version>
+            <optional>true</optional>
+        </dependency>
+
     </dependencies>
     <build>
         <finalName>tpce</finalName>