Merge "Activate Swagger for Lighty"
[transportpce.git] / lighty / pom.xml
index 6586ac4ea84d8a2bf1f4d100343dafcb449f7b85..6ae7b33b4a885963ecbc3f6f89276b1d190beafd 100644 (file)
   <parent>
     <groupId>io.lighty.core</groupId>
     <artifactId>lighty-app-parent</artifactId>
-    <version>17.1.0</version>
+    <version>18.0.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>io.lighty.controllers</groupId>
   <artifactId>tpce</artifactId>
-  <version>7.0.0-SNAPSHOT</version>
+  <version>7.0.1-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>7.0.0-SNAPSHOT</transportpce.version>
-    <transportpce.models.version>18.0.0</transportpce.models.version>
+    <transportpce.version>7.0.1-SNAPSHOT</transportpce.version>
+    <transportpce.models.version>18.0.1</transportpce.models.version>
   </properties>
 
   <dependencyManagement>
       <groupId>io.lighty.modules</groupId>
       <artifactId>lighty-restconf-nb-community</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.lighty.modules</groupId>
+      <artifactId>lighty-swagger</artifactId>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>