<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>io.leopard.boot</groupId>
		<artifactId>leopard-boot-test-parent</artifactId>
		<version>0.9.20</version>
	</parent>
	<artifactId>leopard-boot-test</artifactId>


	<dependencies>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<version>${springboot.version}</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-autoconfigure</artifactId>
			<version>${springboot.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>io.leopard.boot</groupId>
			<artifactId>leopard-boot-lang</artifactId>
			<version>0.9.20</version>
		</dependency>
		<dependency>
			<groupId>io.leopard.boot</groupId>
			<artifactId>leopard-boot-jdbc</artifactId>
			<version>0.9.20</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>io.leopard.boot</groupId>
			<artifactId>leopard-boot-redis</artifactId>
			<version>0.9.20</version>
			<scope>provided</scope>
		</dependency>
		<!-- <dependency> <groupId>io.leopard.boot</groupId> <artifactId>leopard-boot-data</artifactId> <version>0.9.13-SNAPSHOT</version> </dependency> -->
		<dependency>
			<groupId>io.leopard.boot</groupId>
			<artifactId>leopard-jvmdns</artifactId>
			<version>0.9.20</version>
		</dependency>
	</dependencies>

</project>