distributed-transaction-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>distributed-transaction-client</artifactId>
<version>1.0.18</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.shapestone</groupId>
<artifactId>distributed-transaction-client</artifactId>
<version>1.0.18</version>
<name>distributed-transaction-client</name>
<description>null</description>
<url>https://github.com/michaaelw/distributed-transaction-client</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>michaaelw</id>
<name>Michael Williams</name>
<email>mfwilliams@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/michaaelw/distributed-transaction-client.git</connection>
<developerConnection>scm:git@github.com:michaaelw/distributed-transaction-client.git</developerConnection>
<url>https://github.com/michaaelw/distributed-transaction-client.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>result</artifactId>
<version>1.0.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>distributed-transaction-data</artifactId>
<version>1.0.18</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>hystrix-rx-command</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>jersey-client-factory</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>