
Author: seb Date: Mon Jul 17 10:55:45 2006 New Revision: 87 Modified: logback/classic/trunk/pom.xml Log: dependency fix Modified: logback/classic/trunk/pom.xml ============================================================================== --- logback/classic/trunk/pom.xml (original) +++ logback/classic/trunk/pom.xml Mon Jul 17 10:55:45 2006 @@ -1,8 +1,8 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - + + <modelVersion>4.0.0</modelVersion> <groupId>ch.qos.logback</groupId> @@ -10,12 +10,13 @@ <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> <name>LOGBack Classic Module</name> - + <url>http://logback.qos.ch</url> <description> - LOGBack: the generic, reliable, fast and flexible logging library for Java. + LOGBack: the generic, reliable, fast and flexible logging + library for Java. </description> - + <dependencies> <dependency> <groupId>ch.qos.logback</groupId> @@ -23,22 +24,22 @@ <version>0.1-SNAPSHOT</version> <scope>compile</scope> </dependency> - + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>core</artifactId> <version>0.1-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> </dependency> </dependencies> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> <build> <plugins> @@ -77,8 +78,8 @@ </testResource> </testResources> </build> - -<!-- LOGBack Classic Repository ================================================ --> + + <!-- LOGBack Classic Repository ================================================ --> <scm> <connection> @@ -89,8 +90,8 @@ </developerConnection> <url>http://svn.qos.ch/viewcvs/logback/classic/trunk/</url> </scm> - - <!-- Mailing Lists ======================================================= --> + + <!-- Mailing Lists ======================================================= --> <mailingLists> <mailingList> <name>LOGBack Announce List</name>