You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/12/20 08:58:16 UTC

git commit: fixed bootstrap (really, this time)

Updated Branches:
  refs/heads/master 547b8c4c3 -> c5f54f8a6


fixed bootstrap (really, this time)

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

Branch: refs/heads/master
Commit: c5f54f8a6a842af1cc506d9f90ad169b617ba686
Parents: 547b8c4
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Dec 20 08:58:13 2012 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Dec 20 08:58:13 2012 +0100

----------------------------------------------------------------------
 pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/c5f54f8a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91f918b..6b0fa21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,11 +162,6 @@
         <artifactId>maven-repository-metadata</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>ch.qos.logback</groupId>
-        <artifactId>logback-classic</artifactId>
-        <version>1.0.7</version>
-      </dependency>
       <!--bootstrap-end-comment-->
       <!--  Plexus -->
       <dependency>
@@ -218,6 +213,11 @@
         <version>${slf4jVersion}</version>
         <scope>runtime</scope>
       </dependency>
+      <dependency>
+        <groupId>ch.qos.logback</groupId>
+        <artifactId>logback-classic</artifactId>
+        <version>1.0.7</version>
+      </dependency>
       <!--  Wagon -->
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>