From 1243dac602c98bd6c1e5a4320fa34256f88fef74 Mon Sep 17 00:00:00 2001
From: Tobias Kellner <tobias.kellner@iaik.tugraz.at>
Date: Tue, 15 Dec 2015 17:45:20 +0100
Subject: Manage commons-collection version to 3.2.2/4.1 (security issue)

---
 pdf-over-gui/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index ee16f57d..f9647992 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -52,6 +52,20 @@
 			<artifactId>jbig2</artifactId>
 		</dependency>
 	</dependencies>
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>commons-collections</groupId>
+				<artifactId>commons-collections</artifactId>
+				<version>3.2.2</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.commons</groupId>
+				<artifactId>commons-collections4</artifactId>
+				<version>4.1</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
 
 	<build>
 		<pluginManagement>
-- 
cgit v1.2.3