Bump to odlparent 3.1.4
[groupbasedpolicy.git] / renderers / iovisor / pom.xml
index a21705027fbe0942707e61f24fdffc91dde6f65e..77f9632af784d2cffd079adf96005bf26b50d1a2 100755 (executable)
       <artifactId>powermock-api-mockito</artifactId>
       <scope>test</scope>
     </dependency>
-      <dependency>
-          <groupId>com.sun.jersey.jersey-test-framework</groupId>
-          <artifactId>jersey-test-framework-grizzly2</artifactId>
-          <scope>test</scope>
-      </dependency>
+    <dependency>
+      <groupId>org.javassist</groupId>
+      <artifactId>javassist</artifactId>
+      <version>3.21.0-GA</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.jersey-test-framework</groupId>
+      <artifactId>jersey-test-framework-grizzly2</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>