diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-09-10 16:02:20 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-09-10 16:02:20 +0800 |
commit | d277804f976d3fea07ce6d167c8e75a6b1c1e747 (patch) | |
tree | 37a31ff261dbab7e3d9c70fc584ac14beb84086f | |
parent | 1d0c7553cbd75ce0822123818f49fd6c6b3be911 (diff) |
Update the Jetty & PG Dependencies Version
Change-Id: I485b34e023366a80d813cdb211838c5cbc07f9e3
Issue-ID: HOLMES-165
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r-- | engine-d/pom.xml | 27 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 28 insertions, 2 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> @@ -45,9 +45,8 @@ <excludesFile>**/*$*</excludesFile> <nexusproxy>https://nexus.open-o.org/content</nexusproxy> - <stringtemplate.version>3.2.1</stringtemplate.version> - <postgres.jdbc.driver.version>42.1.1</postgres.jdbc.driver.version> + <postgres.jdbc.driver.version>42.2.5</postgres.jdbc.driver.version> <dropwizard.version>1.3.0</dropwizard.version> <swagger.version>1.5.3</swagger.version> <lombok.version>1.16.8</lombok.version> |