You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "larry (JIRA)" <ji...@codehaus.org> on 2005/10/12 15:29:11 UTC

[jira] Created: (MEV-109) No scope defined for dependencies in commons-pool and collections

No scope defined for dependencies in commons-pool and collections
-----------------------------------------------------------------

         Key: MEV-109
         URL: http://jira.codehaus.org/browse/MEV-109
     Project: Maven Evangelism
        Type: Bug
  Components: Dependencies  
 Reporter: larry


Here's an excerpt from the m2 log:
http://rafb.net/paste/results/C3AaUO24.html

As can be seen from the log the commons-pool and commons-collections include unecessary dependencies like Xerces & JUnit. Specifying the correct scope would fix this. 

http://www.ibiblio.org/pub/packages/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-109) No scope defined for dependencies in commons-pool and collections

Posted by "larry (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-109?page=comments#action_48487 ] 

larry commented on MEV-109:
---------------------------

Xerces and xml-apis are usually bundled with the application server and can cause classloader problems if included in the WEB-INF/lib folder.

> No scope defined for dependencies in commons-pool and collections
> -----------------------------------------------------------------
>
>          Key: MEV-109
>          URL: http://jira.codehaus.org/browse/MEV-109
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: larry

>
>
> Here's an excerpt from the m2 log:
> http://rafb.net/paste/results/C3AaUO24.html
> As can be seen from the log the commons-pool and commons-collections include unecessary dependencies like Xerces & JUnit. Specifying the correct scope would fix this. 
> http://www.ibiblio.org/pub/packages/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-109) No scope defined for dependencies in commons-pool and collections

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-109?page=all ]
     
Carlos Sanchez closed MEV-109:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Won't Fix

xml-apis and xerces seem to be needed.

> No scope defined for dependencies in commons-pool and collections
> -----------------------------------------------------------------
>
>          Key: MEV-109
>          URL: http://jira.codehaus.org/browse/MEV-109
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: larry
>     Assignee: Carlos Sanchez

>
>
> Here's an excerpt from the m2 log:
> http://rafb.net/paste/results/C3AaUO24.html
> As can be seen from the log the commons-pool and commons-collections include unecessary dependencies like Xerces & JUnit. Specifying the correct scope would fix this. 
> http://www.ibiblio.org/pub/packages/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-109) No scope defined for dependencies in commons-pool and collections

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-109?page=comments#action_48498 ] 

Trygve Laugstol commented on MEV-109:
-------------------------------------

xml-apis and xerces should probably still be there as they're needed if you're using a older JVM. You can easily exclude them in your build.

> No scope defined for dependencies in commons-pool and collections
> -----------------------------------------------------------------
>
>          Key: MEV-109
>          URL: http://jira.codehaus.org/browse/MEV-109
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: larry

>
>
> Here's an excerpt from the m2 log:
> http://rafb.net/paste/results/C3AaUO24.html
> As can be seen from the log the commons-pool and commons-collections include unecessary dependencies like Xerces & JUnit. Specifying the correct scope would fix this. 
> http://www.ibiblio.org/pub/packages/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-109) No scope defined for dependencies in commons-pool and collections

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-109?page=comments#action_48468 ] 

Carlos Sanchez commented on MEV-109:
------------------------------------

javax.faces fixed, the commons stuff will take more time, although I don't understand what's the problem with xerces

> No scope defined for dependencies in commons-pool and collections
> -----------------------------------------------------------------
>
>          Key: MEV-109
>          URL: http://jira.codehaus.org/browse/MEV-109
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: larry

>
>
> Here's an excerpt from the m2 log:
> http://rafb.net/paste/results/C3AaUO24.html
> As can be seen from the log the commons-pool and commons-collections include unecessary dependencies like Xerces & JUnit. Specifying the correct scope would fix this. 
> http://www.ibiblio.org/pub/packages/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-109) No scope defined for dependencies in commons-pool and collections

Posted by "larry (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-109?page=comments#action_48437 ] 

larry commented on MEV-109:
---------------------------

The javax.faces dependencies are also missing the scope tag:
http://www.ibiblio.org/maven/javax.faces/poms/jsf-api-1.1.pom

This breaks the Tomcat JSP compiler since the jsp-api jar is included in the generated war file. All you get is an empty page without any errors.

> No scope defined for dependencies in commons-pool and collections
> -----------------------------------------------------------------
>
>          Key: MEV-109
>          URL: http://jira.codehaus.org/browse/MEV-109
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: larry

>
>
> Here's an excerpt from the m2 log:
> http://rafb.net/paste/results/C3AaUO24.html
> As can be seen from the log the commons-pool and commons-collections include unecessary dependencies like Xerces & JUnit. Specifying the correct scope would fix this. 
> http://www.ibiblio.org/pub/packages/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org