[ 
http://jira.codehaus.org/browse/MEV-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_100701
 ] 

Arik Kfir commented on MEV-534:
-------------------------------

Shouldn't log4j be optional too?

> Dependencies of commons-logging should be optional
> --------------------------------------------------
>
>                 Key: MEV-534
>                 URL: http://jira.codehaus.org/browse/MEV-534
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid POM
>            Reporter: J-C Walmetz
>
> Dependencies in pom should be
> <dependencies>
>       <dependency>
>                <groupId>log4j</groupId>
>                <artifactId>log4j</artifactId>
>                <version>1.2.12</version>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>logkit</groupId>
> <artifactId>logkit</artifactId>
> <version>1.0.1</version>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>junit</groupId>
> <artifactId>junit</artifactId>
> <version>3.8.1</version>
> <scope>test</scope>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>avalon-framework</groupId>
> <artifactId>avalon-framework</artifactId>
> <version>4.1.3</version>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>servlet-api</artifactId>
> <version>2.3</version>
> <optional>true<optional>
> </dependency>
> instead of 
> <dependencies>
> &#8722;
>       <dependency>
> <groupId>log4j</groupId>
> <artifactId>log4j</artifactId>
> <version>1.2.12</version>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>logkit</groupId>
> <artifactId>logkit</artifactId>
> <version>1.0.1</version>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>junit</groupId>
> <artifactId>junit</artifactId>
> <version>3.8.1</version>
> <scope>test</scope>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>avalon-framework</groupId>
> <artifactId>avalon-framework</artifactId>
> <version>4.1.3</version>
> </dependency>
> &#8722;
>       <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>servlet-api</artifactId>
> <version>2.3</version>
> </dependency>
> </dependencies>
> </dependencies>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to