summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-02-28 08:00:19 -0500
committerdglFromAtt <dgl@research.att.com>2018-02-28 08:00:32 -0500
commit503da874ce876dbe463bcc1a03f63ea0f48fe650 (patch)
tree7a20564499cb9040d0ca3a9b4142352436518475 /pom.xml
parent0afd0dd2f1fa4435fa730a287e68fec4f271e617 (diff)
including missing files
Change-Id: I001fd699931a143cf455e4edb5c81002200dde96 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-316
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e5fbc61..6cf715f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,6 +247,19 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.22</version>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.test-framework.providers</groupId>
+ <!-- use this if compatibility issues with jetty artifactId:
+ <artifactId>jersey-test-framework-provider-jetty</artifactId>
+ <version>${jersey.version}</version>
+ -->
+ <artifactId>jersey-test-framework-provider-jdk-http</artifactId>
+ <version>2.22.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.inject</groupId>
+ <artifactId>jersey-hk2</artifactId>
+ </dependency>
</dependencies>
<reporting>
<plugins>
@@ -269,9 +282,9 @@
</plugins>
</reporting>
<properties>
- <jersey.version>2.16</jersey.version>
+ <jersey.version>2.26</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jettyVersion> 9.3.9.v20160517</jettyVersion>
+ <jettyVersion>9.3.7.v20160115</jettyVersion>
<eelf.version>0.0.1</eelf.version>
<artifact.version>1.0.2-SNAPSHOT</artifact.version>
<!-- SONAR -->