update lighty.io build for Magnesium support
[transportpce.git] / lighty / pom.xml
index f12472f72c186cb5f64a4c0e0f0430a2c6513d1f..45f2655a8b0fec109d875ee84b9f0df1a94f94ed 100644 (file)
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>12.1.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.lighty.examples.controllers</groupId>
     <artifactId>lighty-transportpce</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>12.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
         <application.main.class>io.lighty.controllers.tpce.Main</application.main.class>
         <application.attach.zip>true</application.attach.zip>
         <maven.deploy.skip>true</maven.deploy.skip>
-        <transportpce.version>0.5.0-SNAPSHOT</transportpce.version>
+        <transportpce.version>2.0.0-SNAPSHOT</transportpce.version>
     </properties>
 
     <dependencies>
             <artifactId>transportpce-ordmodels-service</artifactId>
             <version>${transportpce.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.transportpce</groupId>
+            <artifactId>transportpce-networkmodel</artifactId>
+            <version>${transportpce.version}</version>
+        </dependency>
         <!-- TPCE Models -   END -->
 
         <!-- TPCE bundles - BEGIN -->