summaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/pom.xml
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-04-08 18:49:46 +0800
committerHuabing Zhao <zhaohuabing@gmail.com>2019-04-08 19:44:51 +0800
commitf2c2e5ddf02c23f01b5bd9728290d3290cf54916 (patch)
treea4762428eb1ea1928354915fd7f1c984f2fb4754 /apiroute/apiroute-service/pom.xml
parentff6aa4b5dd381c4151546d43197b93eb636f9115 (diff)
Solve nexus-iq security issue
Issue-ID: MSB-330 Change-Id: Ic013ec509961168fdb9881b3a0f104d591c1c209 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'apiroute/apiroute-service/pom.xml')
-rw-r--r--apiroute/apiroute-service/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml
index 74bea56..e5134c5 100644
--- a/apiroute/apiroute-service/pom.xml
+++ b/apiroute/apiroute-service/pom.xml
@@ -111,6 +111,14 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
</exclusions>
</dependency>