META-INF.maven.org.ehcache.modules.clustered.ehcache-client.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache-clustered Show documentation
Show all versions of ehcache-clustered Show documentation
Ehcache 3 Clustered: Defines the client jar and the kit containing the Terracotta server
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.ehcache.modules.clustered</groupId> <artifactId>ehcache-client</artifactId> <version>3.9.6</version> <name>Ehcache 3 Client Side Clustering module</name> <description>The Client Side Clustering module of Ehcache 3</description> <url>http://ehcache.org</url> <organization> <name>Terracotta Inc., a wholly-owned subsidiary of Software AG USA, Inc.</name> <url>http://terracotta.org</url> </organization> <issueManagement> <system>Github</system> <url>https://github.com/ehcache/ehcache3/issues</url> </issueManagement> <scm> <url>https://github.com/ehcache/ehcache3</url> <connection>scm:git:https://github.com/ehcache/ehcache3.git</connection> <developerConnection>scm:git:[email protected]:ehcache/ehcache3.git</developerConnection> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Terracotta Engineers</name> <email>[email protected]</email> <organization>Terracotta Inc., a wholly-owned subsidiary of Software AG USA, Inc.</organization> <organizationUrl>http://ehcache.org</organizationUrl> </developer> </developers> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ehcache.modules.clustered</groupId> <artifactId>ehcache-common</artifactId> <version>3.9.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.terracotta</groupId> <artifactId>entity-client-api</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.terracotta</groupId> <artifactId>runnel</artifactId> <version>5.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.terracotta</groupId> <artifactId>lease-api</artifactId> <version>5.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.terracotta.dynamic-config.entities</groupId> <artifactId>dynamic-config-topology-entity-client</artifactId> <version>5.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.terracotta</groupId> <artifactId>connection-api</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>