We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d6881 commit ec57c3dCopy full SHA for ec57c3d
spring-boot-dependencies/pom.xml
@@ -2214,6 +2214,17 @@
2214
<scope>import</scope>
2215
<type>pom</type>
2216
</dependency>
2217
+ <dependency>
2218
+ <groupId>org.springframework.security</groupId>
2219
+ <artifactId>spring-security-core</artifactId>
2220
+ <version>${spring-security.version}</version>
2221
+ <exclusions>
2222
+ <exclusion>
2223
+ <groupId>commons-logging</groupId>
2224
+ <artifactId>commons-logging</artifactId>
2225
+ </exclusion>
2226
+ </exclusions>
2227
+ </dependency>
2228
<dependency>
2229
<groupId>org.springframework.security</groupId>
2230
<artifactId>spring-security-jwt</artifactId>
0 commit comments