You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/12/07 14:00:53 UTC

[jira] Issue Comment Edited: (CAMEL-2265) camel-core - Reduced number of spring jars in pom.xml

    [ https://issues.apache.org/activemq/browse/CAMEL-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56287#action_56287 ] 

Claus Ibsen edited comment on CAMEL-2265 at 12/7/09 5:00 AM:
-------------------------------------------------------------

{code}
[INFO] [dependency:tree]
[INFO] org.apache.camel:camel-core:bundle:2.2-SNAPSHOT
[INFO] +- commons-logging:commons-logging-api:jar:1.1:compile
[INFO] +- org.fusesource.commonman:commons-management:jar:1.0:compile
[INFO] +- org.springframework:spring-context:jar:2.5.6:compile
[INFO] +- junit:junit:jar:3.8.2:test
[INFO] +- commons-logging:commons-logging:jar:1.1.1:test (scope not updated to compile)
[INFO] +- log4j:log4j:jar:1.2.14:test
[INFO] +- org.springframework:spring-aop:jar:2.5.6:test
[INFO] |  +- aopalliance:aopalliance:jar:1.0:test
[INFO] |  +- org.springframework:spring-beans:jar:2.5.6:test
[INFO] |  \- org.springframework:spring-core:jar:2.5.6:test
[INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.1.12:compile
{code}

      was (Author: davsclaus):
    {code}
[INFO] [dependency:tree]
[INFO] org.apache.camel:camel-core:bundle:2.2-SNAPSHOT
[INFO] +- commons-logging:commons-logging-api:jar:1.1:compile
[INFO] +- org.fusesource.commonman:commons-management:jar:1.0:compile
[INFO] +- org.springframework:spring-context:jar:2.5.6:compile
[INFO] +- junit:junit:jar:3.8.2:test
[INFO] +- commons-logging:commons-logging:jar:1.1.1:test (scope not updated to compile)
[INFO] +- log4j:log4j:jar:1.2.14:test
[INFO] +- org.springframework:spring-core:jar:2.5.6:test
[INFO] +- org.springframework:spring-beans:jar:2.5.6:test
[INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.1.12:compile
{code}
  
> camel-core - Reduced number of spring jars in pom.xml
> -----------------------------------------------------
>
>                 Key: CAMEL-2265
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2265
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-core
>    Affects Versions: 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> We only use spring-context.jar as optional dep. as we use the Spring JMX annotations.
> We don't need to drag in spring-core and spring-beans.
> Wonder why Spring haven't created a single independent jar with the annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.