mirror of https://gitee.com/maxjhandsome/pig
56 lines
1.5 KiB
XML
56 lines
1.5 KiB
XML
<?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>
|
|
<parent>
|
|
<groupId>com.sohu.tv</groupId>
|
|
<artifactId>cachecloud-open-client</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>com.sohu.tv</groupId>
|
|
<artifactId>cachecloud-jedis</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<name>cachecloud-jedis</name>
|
|
<url>http://maven.apache.org</url>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<type>jar</type>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-pool2</artifactId>
|
|
<version>2.3</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.dyuproject.protostuff</groupId>
|
|
<artifactId>protostuff-runtime</artifactId>
|
|
<version>1.0.8</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.dyuproject.protostuff</groupId>
|
|
<artifactId>protostuff-core</artifactId>
|
|
<version>1.0.8</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sohu.tv</groupId>
|
|
<artifactId>cachecloud-open-client-basic</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|