aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-02 13:19:22 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-02 13:19:24 +0800
commit51867e6e0143309db3bbe2361f58fcc56c50344b (patch)
treec5ad1f16cc6b2b1f3f4d62fe7b7b267bb7ea3fd7
parent1f31d40ea40d4370734c04dac62dce4b890410dd (diff)
Fix security risk issues2.0.0
Change-Id: I9a6c0a529a81d88549800edbf2314c6e524cf3ab Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--server/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/pom.xml b/server/pom.xml
index fabcfa1f..abc0c592 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -108,11 +108,6 @@
</dependency>
<dependency>
- <groupId>org.postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>