History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MEV-447
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Assignee: Carlos Sanchez
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Evangelism

Commons Logging 1.1 should have optional for all dependencies

Created: 20/Sep/06 12:35 PM   Updated: 20/Sep/06 01:27 PM
Component/s: Invalid POM

Issue Links:
Duplicate
 

Group ID: commons-logging
Artifact ID: commons-logging
Version: 1.1


 Description  « Hide
http://ibiblio.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom

Should be:

<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>logkit</groupId>
<artifactId>logkit</artifactId>
<version>1.0.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
<version>4.1.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<optional>true</optional>
</dependency>
</dependencies>



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.