summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-04-17 19:25:39 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-04-17 19:29:23 +0800
commitdd2720b2764611aaa16e4e275da05bb78b32cf58 (patch)
tree9cb2a0ed8456d48713a305476b51c28fd3b320e3
parent5c449feb6cae7a1a9282d18a0ec0abe098283884 (diff)
commons-collections from 3.2.1 to 3.2.2
Update commons-collections from 3.2.1 to 3.2.2 for Nexus IQ reason Issue-ID: SDC-805 Change-Id: I317a522747d112b70cda8486b41fe14a89274c49 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
-rw-r--r--sdc-workflow-designer-server/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sdc-workflow-designer-server/pom.xml b/sdc-workflow-designer-server/pom.xml
index 89b4b7bd..4e125444 100644
--- a/sdc-workflow-designer-server/pom.xml
+++ b/sdc-workflow-designer-server/pom.xml
@@ -27,6 +27,7 @@
<properties>
<velocity.version>1.7</velocity.version>
+ <commons-collections.version>3.2.2</commons-collections.version>
<commons-io.version>2.4</commons-io.version>
<dom4j.version>1.6.1</dom4j.version>
<dropwizard.version>1.2.2</dropwizard.version>
@@ -173,6 +174,18 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>${commons-collections.version}</version>
</dependency>
<dependency>