Minimal refactor of renderer to prepare flexgrid
[transportpce.git] / lighty / pom.xml
index 184bf4d3c1ef769619039f3d99473ff6dfc93a1c..8ee8a1275341ed380a2efdae2f9186ac5779192c 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>
             <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>