|
@@ -74,6 +74,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.lutao</groupId>
|
|
<groupId>com.lutao</groupId>
|
|
<artifactId>cloud-common-log</artifactId>
|
|
<artifactId>cloud-common-log</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<!--security-->
|
|
<!--security-->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -233,6 +239,12 @@
|
|
<artifactId>spring-security-web</artifactId>
|
|
<artifactId>spring-security-web</artifactId>
|
|
<version>${spring.security.version}</version>
|
|
<version>${spring.security.version}</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
@@ -245,6 +257,12 @@
|
|
<artifactId>spring-security-config</artifactId>
|
|
<artifactId>spring-security-config</artifactId>
|
|
<version>${spring.security.version}</version>
|
|
<version>${spring.security.version}</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|