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 2010/07/20 17:11:52 UTC

[jira] Resolved: (CAMEL-2974) Distribution kit - Spring jars to be included

     [ https://issues.apache.org/activemq/browse/CAMEL-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2974.
--------------------------------

      Assignee: Claus Ibsen
    Resolution: Fixed

trunk: 965873.

> Distribution kit - Spring jars to be included
> ---------------------------------------------
>
>                 Key: CAMEL-2974
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2974
>             Project: Apache Camel
>          Issue Type: Task
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.5.0
>
>
> Spring 3.0.3 uses 11 spring jars for all the camel components which deps on spring.
> {code}
>         <include>aopalliance:aopalliance</include>
>         <include>org.springframework:spring-aop</include>
>         <include>org.springframework:spring-asm</include>
>         <include>org.springframework:spring-beans</include>
>         <include>org.springframework:spring-context</include>
>         <include>org.springframework:spring-spring-context-supportl</include>
>         <include>org.springframework:spring-core</include>
>         <include>org.springframework:spring-expression</include>
>         <include>org.springframework:spring-jms</include>
>         <include>org.springframework:spring-test</include>
>         <include>org.springframework:spring-tx</include>
>         <include>org.springframework:spring-web</include>
> {code}
> Maybe we should consider just adding the uber spring jar instead?
> And spring 3.0 seems to no longer include the aop alliance api which you need to use with spring aop.

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