[ 
https://issues.apache.org/jira/browse/TUSCANY-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970453#action_12970453
 ] 

Mike Edwards commented on TUSCANY-3810:
---------------------------------------

Here is a list of all the places where jaxb-impl turns up in the pom:

modules\base-runtime\
modules\base-runtime-pom\
modules\binding-ejb-runtime\
modules\binding-rest-runtime\
modules\common-xml\
modules\databinding-jaxb\
modules\implementation-jaxrs-runtime\
modules\wink\
samples\learning-more\implementation-web\helloworld-jaxrs\
distribution\all\target\apache-tuscany-sca-all-2.0-SNAPSHOT.dir\tuscany-sca-2.0-SNAPSHOT\samples\learning-more\implementation-web\helloworld-jaxrs\
distribution\all+jms\target\apache-tuscany-sca-all-2.0-SNAPSHOT.dir\tuscany-sca-2.0-SNAPSHOT\samples\learning-more\implementation-web\helloworld-jaxrs\


> Various issues with removing explicit dependencies for things that are 
> included in JDK6
> ---------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3810
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3810
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: ant elder
>             Fix For: Java-SCA-2.0
>
>
> Before Tuscany supported running with Java 1.5 so various dependencies were 
> defined explicitly, now Tuscany only support Java 1.6 which includes 
> dependencies such as stax, jaxb and other standard APIs so the Tuscany 
> explict dependencies can be removed which stops the dependency jars being 
> dragged in as transitive dependencies.
> Doing this however causes quit e alot of problems, some are due to simple 
> things like test code not doing things like calling close which you can get 
> away with with woodstox bu not with the JDK stax parser, other things are not 
> using standard APIs quite correctly. 
> This JIRA is to track all the issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to