Merge pull request #6 from nuzayats/feature/ROL-2103

ROL-2103 Upgrade vulnerable commons-collections to 3.2.2
diff --git a/app/pom.xml b/app/pom.xml
index 4374532..8bba67e 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -152,6 +152,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>3.2.2</version>
         </dependency>
 
         <dependency>