<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>cn.jslim</groupId>
		<artifactId>jslim-framework</artifactId>
		<version>1.0.9</version>
	</parent>
	<name>Module-Captcha</name>
	<description>验证码功能模块（图片验证码）</description>
	<artifactId>jslim-module-captcha</artifactId>
	<dependencies>
		<dependency>
			<groupId>cn.jslim</groupId>
			<artifactId>jslim-basic-library</artifactId>
		</dependency>
		<dependency>
			<groupId>cn.jslim</groupId>
			<artifactId>jslim-bridge-redis</artifactId>
		</dependency>
		<dependency>
			<groupId>com.pig4cloud.plugin</groupId>
			<artifactId>captcha-core</artifactId>
		</dependency>
	</dependencies>
</project>