semispace-wsclient
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.semispace</groupId>
<artifactId>semispace-wsclient</artifactId>
<version>1.3.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.semispace</groupId>
<artifactId>semispace</artifactId>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.semispace</groupId>
<artifactId>semispace-wsclient</artifactId>
<name>semispace-wsclient</name>
<version>1.3.1</version>
<description>Webservices client of SemiSpace. You will want this if you are to connect to SemiSpace remotely over webservices.</description>
<url>http://www.semispace.org/semispace/semispace-wsclient</url>
<dependencies>
<dependency>
<groupId>org.semispace</groupId>
<artifactId>semispace-wsdef</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>
</dependencies>
</project>