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

Dave Sowerby commented on TUSCANY-2514:
---------------------------------------

Dependencies section of my pom.xml:

                <dependency>
                        <groupId>com.example.ws</groupId>
                        <artifactId>example-ws-common</artifactId>
                        <version>${project.version}</version>
                </dependency>

                <dependency>
                        <groupId>org.apache.tuscany.sca</groupId>
                        
<artifactId>tuscany-implementation-java-runtime</artifactId>
                        <version>${tuscany.version}</version>
                        <scope>runtime</scope>
                </dependency>

                <dependency>
                        <groupId>org.apache.tuscany.sca</groupId>
                        <artifactId>tuscany-binding-ws-axis2</artifactId>
                        <version>${tuscany.version}</version>
                        <scope>runtime</scope>
                </dependency>

                <dependency>
                        <groupId>org.apache.tuscany.sca</groupId>
                        <artifactId>tuscany-host-tomcat</artifactId>
                        <version>${tuscany.version}</version>
                        <scope>runtime</scope>
                </dependency>

                <dependency>
                        <groupId>wsdl4j</groupId>
                        <artifactId>wsdl4j</artifactId>
                        <version>1.6.2</version>
                        <scope>runtime</scope>
                </dependency>

                <dependency>
                        <groupId>javax.jws</groupId>
                        <artifactId>jsr181-api</artifactId>
                        <version>1.0-MR1</version>
                        <scope>runtime</scope>
                </dependency>

                <dependency>
                        <groupId>org.apache.tuscany.sca</groupId>
                        <artifactId>tuscany-node2-impl</artifactId>
                        <version>${tuscany.version}</version>
                </dependency>

> tuscany-host-{tomcat,jetty} and jsr181-api should be optional dependencies 
> for binding.ws clients
> -------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2514
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2514
>             Project: Tuscany
>          Issue Type: Improvement
>    Affects Versions: Java-SCA-1.3
>            Reporter: Dave Sowerby
>            Assignee: ant elder
>            Priority: Minor
>             Fix For: Java-SCA-1.3.1
>
>
> The dependencies:
> o org.apache.tuscany.sca:tuscany-host-tomcat 
> o javax.jws:jsr181-api
> Should be optional for binding.ws clients:
> o host-{tomcat,jetty} as they don't seem to fit in the logic of the client - 
> they are referencing a service, so shouldn't need a host.
> o jsr181-api should be a transitive dependency from the Tuscany runtime

-- 
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