aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShadi Haidar <sh1986@att.com>2018-09-14 08:47:23 -0400
committerShadi Haidar <sh1986@att.com>2018-09-14 08:51:03 -0400
commit4a81073bb3ce0e873bcf38853e66f8ae4150da67 (patch)
tree0676852eda272da0c37d6a708c749d1643bfafaf /pom.xml
parentaf15f17c9701dc10977a0e5fc8656b43e5d4fa59 (diff)
Update jetty-util ver
Change-Id: If94902cf904a7616b7feb0d5717333852ad24ccd Issue-ID: DCAEGEN2-768 Signed-off-by: Shadi Haidar <sh1986@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 88526dd..84b42dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,8 +78,26 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ <version>9.4.12.v20180830</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.12.v20180830</version>
+ </dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi</artifactId>
@@ -98,15 +116,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<version>4.5.5</version>
</dependency>
<dependency>
- <!-- To address security issue - CVE-2017-7536 -->
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.3.6.Final</version>
</dependency>
<dependency>
- <!-- To address security issue - CVE-2017-9735
- REVIEW: Only updated jetty-util which may introduce runtime issues because
- other jetty libraries are on 9.4.2 still -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.12.v20180830</version>