Commit 3d9e998a by Spencer Gibb

fix missing jersey apache4client

parent 55a8195a
...@@ -288,6 +288,11 @@ ...@@ -288,6 +288,11 @@
<version>1.13</version> <version>1.13</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-apache-client4</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId> <groupId>org.webjars</groupId>
<artifactId>d3js</artifactId> <artifactId>d3js</artifactId>
<version>3.4.11</version> <version>3.4.11</version>
......
...@@ -147,6 +147,11 @@ ...@@ -147,6 +147,11 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-apache-client4</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<!-- Only needed at compile time --> <!-- Only needed at compile time -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment