Commit 29f725d2 by laigx

Update pom.xml

parent 238fdc6f
......@@ -4,18 +4,18 @@
<modelVersion>4.0.0</modelVersion>
<groupId>LV77</groupId>
<artifactId>loginservice</artifactId>
<artifactId>ads-mds-login</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>proxy</name>
<description>Demo project for Spring Boot</description>
<name>mdslogin</name>
<description>mdslogin</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.4.RELEASE</version>
<relativePath/>
<relativePath />
</parent>
<properties>
......@@ -41,6 +41,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<exclusions>
<exclusion>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -56,6 +62,11 @@
<version>5.1.6</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
......@@ -83,6 +94,7 @@
</dependencyManagement>
<build>
<finalName>mdslogin</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment