[
https://issues.apache.org/jira/browse/CAMEL-11779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169943#comment-16169943
]
Hendy Irawan commented on CAMEL-11779:
--------------------------------------
Aha, I think I found it :
{noformat}
[INFO] +- org.apache.camel:camel-core:jar:2.19.3:compile
[INFO] | +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] | \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
[INFO] +- org.apache.camel:camel-spring-javaconfig:jar:2.19.3:compile
[INFO] | +- org.apache.camel:camel-spring:jar:2.19.3:compile
[INFO] | | +- org.springframework:spring-aop:jar:4.3.11.RELEASE:compile
[INFO] | | +- org.springframework:spring-context:jar:4.3.11.RELEASE:compile
[INFO] | | +- org.springframework:spring-beans:jar:4.3.11.RELEASE:compile
[INFO] | | \- org.springframework:spring-expression:jar:4.3.11.RELEASE:compile
[INFO] | \-
org.apache.servicemix.bundles:org.apache.servicemix.bundles.cglib:jar:3.2.4_1:compile
[INFO] +- org.apache.camel:camel-rss:jar:2.19.3:compile
[INFO] | +- org.apache.camel:camel-atom:jar:2.19.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- org.apache.abdera:abdera-core:jar:1.1.3:compile
[INFO] | | | +- org.apache.abdera:abdera-i18n:jar:1.1.3:compile
[INFO] | | | \-
org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.1:compile
[INFO] | | +- org.apache.abdera:abdera-parser:jar:1.1.3:compile
[INFO] | | | +-
org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1:compile
[INFO] | | | \- jaxen:jaxen:jar:1.1.6:compile
[INFO] | | +- org.apache.ws.commons.axiom:axiom-api:jar:1.2.14:compile
[INFO] | | | \- org.apache.james:apache-mime4j-core:jar:0.7.2:compile
[INFO] | | \- org.apache.ws.commons.axiom:axiom-impl:jar:1.2.14:compile
[INFO] | | \- org.codehaus.woodstox:woodstox-core-asl:jar:4.1.4:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
[INFO] | \- rome:rome:jar:1.0:compile
[INFO] | \- jdom:jdom:jar:1.0:compile
[INFO] +- org.apache.camel:camel-facebook:jar:2.19.3:compile
[INFO] | +- org.apache.camel:spi-annotations:jar:2.19.3:compile
[INFO] | \- org.facebook4j:facebook4j-core:jar:2.4.8:compile
[INFO] +- org.apache.camel:camel-spring-boot-starter:jar:2.19.3:compile
[INFO] | +-
org.springframework.boot:spring-boot-starter:jar:1.5.7.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:1.5.7.RELEASE:compile
[INFO] | | +-
org.springframework.boot:spring-boot-autoconfigure:jar:1.5.7.RELEASE:compile
[INFO] | | \-
org.springframework.boot:spring-boot-starter-logging:jar:1.5.7.RELEASE:compile
[INFO] | | \- org.slf4j:log4j-over-slf4j:jar:1.7.25:compile
[INFO] | +- org.apache.camel:camel-spring-boot:jar:2.19.3:compile
[INFO] | \- org.apache.camel:camel-core-starter:jar:2.19.3:compile
[INFO] | \- com.github.ben-manes.caffeine:caffeine:jar:2.3.5:compile
[INFO] +- org.apache.camel:camel-test-spring:jar:2.19.3:test
[INFO] | +- org.apache.camel:camel-test:jar:2.19.3:test
[INFO] | \- org.springframework:spring-test:jar:4.3.11.RELEASE:test
{noformat}
I think the bug is in camel-facebook's pom. I don't see spi-annotations
depended by other camel artifacts.
> spi-annotations-2.19.3.jar, camel-core-2.19.3.jar define 7 overlapping classes
> ------------------------------------------------------------------------------
>
> Key: CAMEL-11779
> URL: https://issues.apache.org/jira/browse/CAMEL-11779
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.19.3
> Reporter: Hendy Irawan
> Assignee: Claus Ibsen
> Priority: Trivial
> Fix For: 2.20.0
>
>
> {noformat}
> [WARNING] spi-annotations-2.19.3.jar, camel-core-2.19.3.jar define 7
> overlapping classes:
> [WARNING] - org.apache.camel.spi.UriParam
> [WARNING] - org.apache.camel.spi.UriEndpoint
> [WARNING] - org.apache.camel.spi.UriParams
> [WARNING] - org.apache.camel.spi.UriPath
> [WARNING] - org.apache.camel.spi.AsPredicate
> [WARNING] - org.apache.camel.spi.AsEndpointUri
> [WARNING] - org.apache.camel.spi.Metadata
> [WARNING] maven-shade-plugin has detected that some class files are
> [WARNING] present in two or more JARs. When this happens, only one
> [WARNING] single version of the class is copied to the uber jar.
> {noformat}
> While harmless, it'd be appreciated if there's no duplication, so there's no
> warning and saves space (in unshaded builds).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)