commons-collections from 3.2.1 to 3.2.2 25/43325/2
authorYuanHu <yuan.hu1@zte.com.cn>
Tue, 17 Apr 2018 11:25:39 +0000 (19:25 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Tue, 17 Apr 2018 11:29:23 +0000 (19:29 +0800)
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>
sdc-workflow-designer-server/pom.xml

index 89b4b7b..4e12544 100644 (file)
@@ -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>
             <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>