[
https://issues.apache.org/jira/browse/SM-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902887#comment-13902887
]
ASF GitHub Bot commented on SM-2240:
------------------------------------
GitHub user raulk opened a pull request:
https://github.com/apache/servicemix5/pull/9
SM-2240 Fix duplication of some endorsed libraries.
See ticket for more info.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/servicemix5 trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/servicemix5/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 9d9e6b4e6aceb1e4f322babc481b04b42a4aa3be
Author: Raul Kripalani <[email protected]>
Date: 2014-02-17T00:14:12Z
SM-2240 Fix duplication of some endorsed libraries.
----
> Some endorsed libraries are duplicated
> --------------------------------------
>
> Key: SM-2240
> URL: https://issues.apache.org/jira/browse/SM-2240
> Project: ServiceMix
> Issue Type: Task
> Components: servicemix-assembly
> Affects Versions: 5.0.0
> Reporter: Raul Kripalani
> Assignee: Raul Kripalani
>
> The current SNAPSHOT assembly produces duplicate endorsed libraries:
> {code}
> [raul@~/Workbench/Source/servicemix5/assemblies/apache-servicemix/target/apache-servicemix-5.0.0-SNAPSHOT/lib/endorsed$]
> ls -lrt
> total 11808
> -rw-r--r-- 1 raul staff 278281 Oct 24 2011 serializer-2.7.1.jar
> -rw-r--r-- 1 raul staff 3176148 Oct 24 2011 xalan-2.7.1.jar
> -rw-r--r-- 1 raul staff 1367760 Sep 10 2012 xercesImpl-2.11.0.jar
> -rw-r--r-- 1 raul staff 261220 Mar 10 2013
> org.apache.servicemix.specs.jaxp-api-1.4-2.2.0.jar
> -rw-r--r-- 1 raul staff 125263 Mar 10 2013
> org.apache.servicemix.specs.jaxb-api-2.2-2.2.0.jar
> -rw-r--r-- 1 raul staff 73679 Mar 10 2013
> org.apache.servicemix.specs.jaxws-api-2.2-2.2.0.jar
> -rw-r--r-- 1 raul staff 49404 Mar 10 2013
> org.apache.servicemix.specs.saaj-api-1.3-2.2.0.jar
> -rw-r--r-- 1 raul staff 48823 Mar 10 2013
> org.apache.servicemix.specs.stax-api-1.2-2.2.0.jar
> -rw-r--r-- 1 raul staff 53049 Mar 10 2013
> org.apache.servicemix.specs.activation-api-1.1-2.2.0.jar
> -rw-r--r-- 1 raul staff 8741 Sep 17 14:56
> org.apache.karaf.exception-2.3.3.jar
> -rw-r--r-- 1 raul staff 1205 Sep 17 15:03 README
> -rw-r--r-- 1 raul staff 121168 Feb 16 23:05
> org.apache.servicemix.specs.jaxb-api-2.2-2.4.0.jar
> -rw-r--r-- 1 raul staff 65741 Feb 16 23:06
> org.apache.servicemix.specs.activation-api-1.1-2.4.0.jar
> -rw-r--r-- 1 raul staff 49497 Feb 16 23:06
> org.apache.servicemix.specs.saaj-api-1.3-2.4.0.jar
> -rw-r--r-- 1 raul staff 73931 Feb 16 23:06
> org.apache.servicemix.specs.jaxws-api-2.2-2.4.0.jar
> -rw-r--r-- 1 raul staff 261339 Feb 16 23:07
> org.apache.servicemix.specs.jaxp-api-1.4-2.4.0.jar
> {code}
> This is because Karaf 2.3.3 comes bundled with SMX specs 2.2.0, and we're
> adding in SMX specs 2.4.0 without removing the former.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)