fountain-zk-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>fountain-zk-support</artifactId>
<version>1.0.0</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.neoremind</groupId>
<artifactId>fountain-base</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0</version>
</parent>
<groupId>net.neoremind</groupId>
<artifactId>fountain-zk-support</artifactId>
<version>${fountain-zk-support.version}</version>
<packaging>jar</packaging>
<name>fountain-zk-support</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>zk-ha-guard</artifactId>
<version>${zk-ha-guard.version}</version>
</dependency>
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>fountain-common</artifactId>
<version>${fountain-common.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>