
Author: seb Date: Fri Jul 14 12:00:21 2006 New Revision: 72 Added: logback/classic/trunk/pom.xml Log: initial commit Added: logback/classic/trunk/pom.xml ============================================================================== --- (empty file) +++ logback/classic/trunk/pom.xml Fri Jul 14 12:00:21 2006 @@ -0,0 +1,31 @@ +<?xml version="1.0"?><project> + <parent> + <artifactId>LOGBack</artifactId> + <groupId>ch.qos.logback</groupId> + <version>0.1-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + + <groupId>ch.qos.logback.classic</groupId> + <artifactId>logback-classic</artifactId> + <name>LOGBack classic</name> + <version>0.1-SNAPSHOT</version> + + <url>http://logback.qos.ch</url> + + <dependencies> + <dependency> + <groupId>ch.qos.logback.core</groupId> + <artifactId>logback-core</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file
participants (1)
-
noreply.seb@qos.ch