1
0

Add URLs to the dependencies.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2006-01-21 19:21:26 +00:00
parent a401f1c3a1
commit 85b68b7c68

View File

@@ -181,6 +181,7 @@
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.12</version> <version>1.2.12</version>
<url>http://logging.apache.org/log4j/docs/index.html</url>
<properties> <properties>
<comment> <comment>
Runtime Optional. Runtime Optional.
@@ -192,6 +193,7 @@ Runtime Optional.
<groupId>logkit</groupId> <groupId>logkit</groupId>
<artifactId>logkit</artifactId> <artifactId>logkit</artifactId>
<version>1.0.1</version> <version>1.0.1</version>
<url>http://avalon.apache.org/logkit/</url>
<properties> <properties>
<comment>Runtime Optional</comment> <comment>Runtime Optional</comment>
</properties> </properties>
@@ -201,6 +203,7 @@ Runtime Optional.
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.1</version> <version>3.8.1</version>
<url>http://www.junit.org/index.htm</url>
<properties> <properties>
<comment>Used for testing only.</comment> <comment>Used for testing only.</comment>
<scope>test</scope> <scope>test</scope>
@@ -211,6 +214,7 @@ Runtime Optional.
<groupId>avalon-framework</groupId> <groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId> <artifactId>avalon-framework</artifactId>
<version>4.1.3</version> <version>4.1.3</version>
<url>http://avalon.apache.org/</url>
<properties> <properties>
<comment>Runtime Optional</comment> <comment>Runtime Optional</comment>
</properties> </properties>
@@ -220,6 +224,7 @@ Runtime Optional.
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<version>2.3</version> <version>2.3</version>
<url>http://java.sun.com/products/servlet/</url>
<properties> <properties>
<comment>Used only by servlet filter. Not used by core logging implementation.</comment> <comment>Used only by servlet filter. Not used by core logging implementation.</comment>
</properties> </properties>