@@ -38,6 +38,11 @@
</properties>
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-security</artifactId>
+ <version>${spring-boot.version}</version>
+ </dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
@@ -25,7 +25,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
- <version>${spring-boot.version}</version>
</dependency>
<groupId>com.koobietech.eas</groupId>
@@ -39,9 +39,8 @@
<scope>compile</scope>
- <groupId>com.koobietech.eas</groupId>
- <artifactId>security</artifactId>
- <version>0.0.1-SNAPSHOT</version>
</dependencies>