1
0

PR: 37014

Submitted by: Carlos Sanchez
improved dependency information for maven2 users in future releases


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@321118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter
2005-10-14 13:46:09 +00:00
parent 8b1398cfa1
commit 01562fa6c4

View File

@@ -20,7 +20,8 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<name>Logging</name> <name>Logging</name>
<id>commons-logging</id> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<currentVersion>1.1-dev</currentVersion> <currentVersion>1.1-dev</currentVersion>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<shortDescription>Commons Logging</shortDescription> <shortDescription>Commons Logging</shortDescription>
@@ -167,27 +168,35 @@
<dependencies> <dependencies>
<dependency> <dependency>
<id>log4j</id> <groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.6</version> <version>1.2.6</version>
</dependency> </dependency>
<dependency> <dependency>
<id>logkit</id> <groupId>logkit</groupId>
<artifactId>logkit</artifactId>
<version>1.0.1</version> <version>1.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<id>junit</id> <groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version> <version>3.8.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency> </dependency>
<dependency> <dependency>
<id>avalon-framework</id> <groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
<version>4.1.3</version> <version>4.1.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>servletapi</id> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version> <version>2.3</version>
</dependency> </dependency>