aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-08-30 18:23:28 -0400
committerdglFromAtt <dgl@research.att.com>2018-08-30 18:23:37 -0400
commit6c40168474af445daa4776108787e4cc5f73a26b (patch)
tree1914cc8f9cbcf31b611f17d68c60ca436206422c
parentdabb73bcd7bffba2153d543f847ffed7aea6f1fe (diff)
Correct jetty server version
Change-Id: Ib3ce4e4b64492facb0dfe4c7235a758bd5dada5a Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-656
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 62ca18a..0667768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,7 +359,7 @@
<jackson.version>2.9.5</jackson.version>
<jersey.version>2.26</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jettyVersion>9.4.12.RC0</jettyVersion>
+ <jettyVersion>9.3.8.RC0</jettyVersion>
<eelf.version>0.0.1</eelf.version>
<artifact.version>1.0.15-SNAPSHOT</artifact.version>
<!-- SONAR -->