Ok, try adding the following dependency...

        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-feature-webservice</artifactId>
            <type>pom</type>
            <version>2.0-SNAPSHOT</version>
        </dependency>

Alongside the JMS dependency in the pom.xml file. The JMS dependency
looks like...

        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-binding-jms-runtime</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>

Regards

Simon

Reply via email to