56 lines
1.6 KiB
XML
56 lines
1.6 KiB
XML
<?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">
|
|
<parent>
|
|
<artifactId>ballcat-oauth</artifactId>
|
|
<groupId>com.hccake</groupId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>ballcat-oauth-controller</artifactId>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.hccake</groupId>
|
|
<artifactId>ballcat-common-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.hccake</groupId>
|
|
<artifactId>ballcat-common-util</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.hccake</groupId>
|
|
<artifactId>ballcat-common-model</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.hccake</groupId>
|
|
<artifactId>ballcat-oauth-biz</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.hccake</groupId>
|
|
<artifactId>ballcat-oauth-model</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security.oauth</groupId>
|
|
<artifactId>spring-security-oauth2</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.anji-plus</groupId>
|
|
<artifactId>captcha</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-redis</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |