Bug#832367: FTBFS: couldn't find dependencies (org.springframework:spring-aop:jar:3.x)

Emmanuel Bourg ebourg at apache.org
Sun Jul 24 21:06:26 UTC 2016


It looks like the relocation in libspring-java is ok, but there is a
corner case that fails in the following conditions:
- the project depends on a relocate artifact R (here
activemq-kahadb-store depends on spring-context:3.x). R is relocated to R'
- R' has a dependency on an artifact D with a relocation
(spring-context:debian depends on spring-aop:debian, and spring-aop:3.x
is relocated to spring-aop:debian)
- the project contains a dependencyManagement section using the
relocated version for D (the root pom of activemq defines the version
3.x for spring-aop)
- the maven-javadoc-plugin is invoked

This looks like a bug in Maven, so if other packages are affected we'll
have to update them as well.



More information about the pkg-java-maintainers mailing list