You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
603 B
26 lines
603 B
From cec42bf7ae8b4b72850c3cdea74a07603f11786f Mon Sep 17 00:00:00 2001
|
|
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
|
Date: Wed, 18 Jun 2014 07:25:12 +0200
|
|
Subject: [PATCH 4/4] Use log4j 1.2.17
|
|
|
|
---
|
|
pom.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index e35d72d..c8d48fd 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -187,7 +187,7 @@
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
- <version>1.2.12</version>
|
|
+ <version>1.2.17</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
--
|
|
1.9.3
|
|
|