|
|
@ -6,7 +6,7 @@
|
|
|
|
<groupId>com.monkeyk</groupId>
|
|
|
|
<groupId>com.monkeyk</groupId>
|
|
|
|
<artifactId>spring-oauth-server</artifactId>
|
|
|
|
<artifactId>spring-oauth-server</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<description>Spring OAuth Server (Spring Boot)</description>
|
|
|
|
<description>Spring OAuth Server (Spring Boot)</description>
|
|
|
@ -117,6 +117,12 @@
|
|
|
|
<version>3.0.1</version>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- tomcat jsp v2.1.1 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|