Hi, I "solved" the problem.
I added all the dependencies from the working project into the broken
pom.xml and in this way I fixed the problem.
Then I removed the dependencies one by one and this is the relevant one:
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-cxf-se</artifactId>
<version>${servicemix-version}</version>
</dependency>
removing this from the su POM causes the previous error.
Maybe this is the expectd behavior but it is not easy to debug, considering
the su build works without any problem.
Let me know if you may need more info to better understand the problem.
Bye
Lorenzo