34 lines
1.2 KiB
XML
34 lines
1.2 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">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>gateway-admin</artifactId>
|
||
|
|
<version>0.0.1-SNAPSHOT</version>
|
||
|
|
<packaging>jar</packaging>
|
||
|
|
|
||
|
|
<name>gateway-admin</name>
|
||
|
|
<description>Demo Gateway Admin project for Spring Cloud</description>
|
||
|
|
|
||
|
|
<parent>
|
||
|
|
<artifactId>webapp-parent</artifactId>
|
||
|
|
<groupId>business.chaoran</groupId>
|
||
|
|
<version>0.0.1-SNAPSHOT</version>
|
||
|
|
<relativePath>../../webapps/webapp-parent/pom.xml</relativePath>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alicp.jetcache</groupId>
|
||
|
|
<artifactId>jetcache-starter-redis</artifactId>
|
||
|
|
<version>2.5.14</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-gateway-core</artifactId>
|
||
|
|
<version>2.1.0.RELEASE</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|