From a5399462086913725a3aa28f875a4379caede1c0 Mon Sep 17 00:00:00 2001
From: Bojan Suzic <bojan.suzic@iaik.tugraz.at>
Date: Wed, 17 Sep 2014 12:43:45 +0200
Subject: fixing build error, dependency not found

---
 common/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'common')

diff --git a/common/pom.xml b/common/pom.xml
index 70d0dc13c..3d790d29b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -94,6 +94,11 @@
             <artifactId>log4j-over-slf4j</artifactId>
             <version>1.7.6</version>
         </dependency> -->
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.17</version>
+        </dependency>
         <dependency>
 					<groupId>org.slf4j</groupId>
 					<artifactId>slf4j-log4j12</artifactId>
-- 
cgit v1.2.3