[ https://issues.apache.org/activemq/browse/CAMEL-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63098#action_63098 ]
Daniel Kulp commented on CAMEL-3310: ------------------------------------ The two new deps need to move to normal scope, not test scope: diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml index e610f4a..a1583f9 100644 --- a/components/camel-soap/pom.xml +++ b/components/camel-soap/pom.xml @@ -60,18 +60,16 @@ <artifactId>jaxb-impl</artifactId> </dependency> - <!-- JAXWS api jars --> - <dependency> + <!-- JAXWS api jars --> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> <version>1.1.2</version> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jaxws_2.2_spec</artifactId> <version>1.0</version> - <scope>test</scope> </dependency> <!-- for testing --> > Update camel-soap to use 2.3.0 tooling > -------------------------------------- > > Key: CAMEL-3310 > URL: https://issues.apache.org/activemq/browse/CAMEL-3310 > Project: Apache Camel > Issue Type: Bug > Reporter: Daniel Kulp > Assignee: Willem Jiang > Fix For: 2.6.0 > > Attachments: CAMEL-3310-b.patch, CAMEL-3310.patch > > > The camel-soap component does not build with the update to CXF 2.3. patch > will be supplied. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.