Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.18.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I'm using the minicluster for a Kite test in another project and it fails starting up with a missing jersey dependency. Adding this fixes it:
<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-servlet</artifactId> <version>1.14</version> <scope>test</scope> </dependency>