Refactor common JsonStringConverterTest
[transportpce.git] / lighty / pom.xml
index 3e49aa7792f89f911635d9cc5ecaf83cf4037c3c..78e56e86a149a4daa438a5bfab3a6cdf9939a5d4 100644 (file)
@@ -11,8 +11,7 @@
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>14.0.0</version>
-        <!--version>14.0.1-SNAPSHOT</version-->
+        <version>15.1.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
             <optional>true</optional>
         </dependency>
 
+        <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-client</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
     <build>
         <finalName>tpce</finalName>