Prechádzať zdrojové kódy

Merge branch 'superb' of wuheng/eas-system into master

wuheng 1 rok pred
rodič
commit
c20c5eb410
3 zmenil súbory, kde vykonal 7 pridanie a 4 odobranie
  1. 5 0
      pom.xml
  2. 0 1
      security/pom.xml
  3. 2 3
      service/pom.xml

+ 5 - 0
pom.xml

@@ -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>

+ 0 - 1
security/pom.xml

@@ -25,7 +25,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-security</artifactId>
-            <version>${spring-boot.version}</version>
         </dependency>
         <dependency>
             <groupId>com.koobietech.eas</groupId>

+ 2 - 3
service/pom.xml

@@ -39,9 +39,8 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>com.koobietech.eas</groupId>
-            <artifactId>security</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-security</artifactId>
         </dependency>
     </dependencies>