|
@@ -97,6 +97,25 @@
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.thoughtworks.xstream</groupId>
|
|
|
|
+ <artifactId>xstream</artifactId>
|
|
|
|
+ <version>1.4.10</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.sun.mail</groupId>
|
|
|
|
+ <artifactId>javax.mail</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.thymeleaf</groupId>
|
|
|
|
+ <artifactId>thymeleaf</artifactId>
|
|
|
|
+ <version>3.0.9.RELEASE</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.jsonwebtoken</groupId>
|
|
|
|
+ <artifactId>jjwt</artifactId>
|
|
|
|
+ <version>0.9.1</version>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<build>
|
|
<build>
|
|
<resources>
|
|
<resources>
|