You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/04/08 14:04:18 UTC

[26/50] logging-log4j2 git commit: [LOG4J2-1351] Update Jackson from 2.7.2 to 2.7.3. POM for jackson-dataformat-xml 2.7.3 depends on woodstox-core 5.0.2.

[LOG4J2-1351] Update Jackson from 2.7.2 to 2.7.3. POM for
jackson-dataformat-xml 2.7.3 depends on woodstox-core 5.0.2.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f5feeca1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f5feeca1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f5feeca1

Branch: refs/heads/LOG4J2-1356
Commit: f5feeca1e74225304c37484d2aa6225e10cfd92d
Parents: 450c98d
Author: ggregory <gg...@apache.org>
Authored: Wed Apr 6 14:03:38 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Apr 6 14:03:38 2016 -0700

----------------------------------------------------------------------
 log4j-core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f5feeca1/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index d149fe2..56eacef 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -75,11 +75,11 @@
       <artifactId>jackson-dataformat-xml</artifactId>
       <optional>true</optional>
     </dependency>
-    <!-- POM for jackson-dataformat-xml 2.5.4 depends on woodstox-core-asl 4.3.0 -->
+    <!-- POM for jackson-dataformat-xml 2.7.3 depends on woodstox-core 5.0.2 -->
     <dependency>
-      <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>woodstox-core-asl</artifactId>
-      <version>4.3.0</version>
+      <groupId>com.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</artifactId>
+      <version>5.0.2</version>
       <optional>true</optional>
     </dependency>
     <!-- Required for console color support in Windows -->