jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven Evangelism
  • MEV-447

Commons Logging 1.1 should have optional for all dependencies

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Resolution: Duplicate
  • Component/s: Invalid POM
  • Labels:
    None
  • Group ID:
    commons-logging
  • Artifact ID:
    commons-logging
  • Version:
    1.1

Description

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>

Issue Links

duplicates

Bug - A problem which impairs or prevents the functions of the product. MEV-392 bad dependencies in commons-logging-1.1.pom

  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Carlos Sanchez
    Reporter:
    Matt Raible
Vote (0)
Watch (0)

Dates

  • Created:
    20/Sep/06 12:35 PM
    Updated:
    20/Sep/06 1:27 PM
    Resolved:
    20/Sep/06 1:27 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.