forked from dustin/java-memcached-client
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
72 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,73 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
|
||
<!-- | ||
== NOTE == | ||
This maven file is just for developer convenience, release management | ||
and primary dependency configuration, as well as all ant targets are | ||
managed through ant/ivy. | ||
--> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>net.spy</groupId> | ||
<artifactId>spymemcached</artifactId> | ||
<version>2.999.999-SNAPSHOT</version> <!-- not used --> | ||
|
||
<name>Spymemcached</name> | ||
<description>A client library for memcached.</description> | ||
<url>http://www.couchbase.org/code/couchbase/java</url> | ||
|
||
<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> | ||
<scm> | ||
<url>https://github.com/couchbase/spymemcached</url> | ||
<connection> | ||
scm:git:git://github.com/couchbase/spymemcached.git | ||
</connection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>net.spy.spymemcached</id> | ||
<name>The Spymemcached Project Contributors</name> | ||
<url>https://code.google.com/p/spymemcached/</url> | ||
<organization>Couchbase, Inc.</organization> | ||
<organizationUrl>http://couchbase.com/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<dependencies> | ||
<!-- Optional Dependencies at Runtime --> | ||
<dependency> | ||
<groupId>log4j</groupId> | ||
<artifactId>log4j</artifactId> | ||
<version>1.2.16</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
<version>1.7.5</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-beans</artifactId> | ||
<version>3.0.3.RELEASE</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.codahale.metrics</groupId> | ||
<artifactId>metrics-core</artifactId> | ||
<version>3.0.1</version> | ||
<optional>true</optional> | ||
</dependency> | ||
|
||
<!-- Test Dependencies --> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jmock</groupId> | ||
<artifactId>jmock</artifactId> | ||
<version>1.2.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
|
||
<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> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>elasticache-java-cluster-client</artifactId> | ||
<version>1.1.1</version> | ||
<name>ElastiCacheJavaClusterClient</name> | ||
<description>Amazon ElastiCache Cluster Client is an enhanced Java library to connect to ElastiCache clusters. This client library has been built upon Spymemcached and is released under the Amazon Software License.</description> | ||
<url>https://aws.amazon.com/documentation/elasticache/</url> | ||
|
||
<dependencies> | ||
<!-- Optional Dependencies at Runtime --> | ||
<dependency> | ||
<groupId>log4j</groupId> | ||
<artifactId>log4j</artifactId> | ||
<version>1.2.16</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
<version>1.7.5</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-beans</artifactId> | ||
<version>3.0.3.RELEASE</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.codahale.metrics</groupId> | ||
<artifactId>metrics-core</artifactId> | ||
<version>3.0.1</version> | ||
<optional>true</optional> | ||
</dependency> | ||
|
||
<!-- Test Dependencies --> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jmock</groupId> | ||
<artifactId>jmock</artifactId> | ||
<version>1.2.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<licenses> | ||
<license> | ||
<name>Amazon Software License</name> | ||
<url>http://aws.amazon.com/asl/</url> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:[email protected]:amazonwebservices/aws-elasticache-cluster-client-memcached-for-java.git</connection> | ||
<url>https://github.com/amazonwebservices/aws-elasticache-cluster-client-memcached-for-java.git</url> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>amazonwebservices</id> | ||
<organization>Amazon Web Services</organization> | ||
<organizationUrl>https://aws.amazon.com</organizationUrl> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
|
||
</project> |