earth-frost/frost-support-redis/pom.xml
2018-04-12 10:10:30 +08:00

39 lines
1023 B
XML

<?xml version="1.0"?>
<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>justlive.earth.breeze.frost</groupId>
<artifactId>frost</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>frost-support-redis</artifactId>
<name>frost-support-redis</name>
<url>https://gitee.com/justlive1/earth-frost</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>justlive.earth.breeze.frost</groupId>
<artifactId>frost-core</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>