summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-09-10 16:08:45 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-09-10 16:08:45 +0800
commitfe82105b379a26dae3d552b483965833f10fe4b9 (patch)
treec96918582ccdd9d57c0f25855b5a14f28ce1da6b
parentcc95aa4f9966f014f45e32f177bf622b3ef7a8b7 (diff)
Update the Jetty & PG Dependencies Version
Change-Id: I65b47c521e5031b463083fe4df617cc35baa9768 Issue-ID: HOLMES-165 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml2
-rw-r--r--rulemgt/pom.xml29
2 files changed, 29 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a15f7e0..900d0c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<jaxrs.consumer.version>5.0</jaxrs.consumer.version>
<slf4j.version>1.7.25</slf4j.version>
<quartz.version>2.2.1</quartz.version>
- <postgres.jdbc.driver.version>42.1.1</postgres.jdbc.driver.version>
+ <postgres.jdbc.driver.version>42.2.5</postgres.jdbc.driver.version>
<packagename>onap-holmes-rulemgt</packagename>
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 106de83..c449c92 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -101,9 +101,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>
@@ -242,7 +269,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
- <version>1.1.23</version>
+ <version>1.2.49</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>