summaryrefslogtreecommitdiffstats
path: root/engine-d
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-09-10 16:02:20 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-09-10 16:02:20 +0800
commitd277804f976d3fea07ce6d167c8e75a6b1c1e747 (patch)
tree37a31ff261dbab7e3d9c70fc584ac14beb84086f /engine-d
parent1d0c7553cbd75ce0822123818f49fd6c6b3be911 (diff)
Update the Jetty & PG Dependencies Version
Change-Id: I485b34e023366a80d813cdb211838c5cbc07f9e3 Issue-ID: HOLMES-165 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d')
-rw-r--r--engine-d/pom.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml
index e02af64..f1a1f89 100644
--- a/engine-d/pom.xml
+++ b/engine-d/pom.xml
@@ -208,9 +208,36 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</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.11.v20180605</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.11.v20180605</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>9.4.11.v20180605</version>
+ </dependency>
+ <dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi</artifactId>
</dependency>