You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/10/01 11:14:48 UTC

[3/3] git commit: fix dependencies declaration

fix dependencies declaration


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6cf48522
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6cf48522
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6cf48522

Branch: refs/heads/slf4j-log4j2
Commit: 6cf4852220b88a7ed499f03d69df972e172ea5ef
Parents: 14df6a6 bce345e
Author: Olivier Lamy <ol...@apache.org>
Authored: Tue Oct 1 19:14:13 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Tue Oct 1 19:14:13 2013 +1000

----------------------------------------------------------------------
 maven-embedder/pom.xml | 12 ++++++++++--
 pom.xml                | 24 ++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/6cf48522/maven-embedder/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/maven/blob/6cf48522/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 6f6e8b9,a92ee16..46fa86a
--- a/pom.xml
+++ b/pom.xml
@@@ -234,13 -232,15 +234,34 @@@
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-simple</artifactId>
          <version>${slf4jVersion}</version>
 -        <optional>true</optional>
 +      </dependency>
 +      <dependency>
++        <groupId>org.slf4j</groupId>
++        <artifactId>slf4j-ext</artifactId>
++        <version>${slf4jVersion}</version>
+       </dependency>
+       <dependency>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
 -        <version>1.0.7</version>
 +        <version>${logbackVersion}</version>
+         <optional>true</optional>
+       </dependency>
+       <dependency>
++        <groupId>org.apache.logging.log4j</groupId>
++        <artifactId>log4j-slf4j-impl</artifactId>
++        <version>${log4j2Version}</version>
++      </dependency>
++      <dependency>
++        <groupId>org.apache.logging.log4j</groupId>
++        <artifactId>log4j-core</artifactId>
++        <version>${log4j2Version}</version>
++      </dependency>
++      <dependency>
++        <groupId>org.fusesource.jansi</groupId>
++        <artifactId>jansi</artifactId>
++        <version>${jansiVersion}</version>
 +      </dependency>
 +      <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-ext</artifactId>
          <version>${slf4jVersion}</version>