File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1515 <maven .compiler.target>1.8</maven .compiler.target>
1616 <maven .compiler.source>1.8</maven .compiler.source>
1717 <java .version>1.8</java .version>
18+ <spring-security .version>5.8.16</spring-security .version>
19+ <tomcat-embed-core .version>9.0.98</tomcat-embed-core .version>
1820 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1921 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2022 </properties >
3638 <type >pom</type >
3739 <scope >import</scope >
3840 </dependency >
41+ <dependency >
42+ <groupId >org.apache.tomcat.embed</groupId >
43+ <artifactId >tomcat-embed-core</artifactId >
44+ <version >${tomcat-embed-core.version} </version >
45+ </dependency >
46+ <dependency >
47+ <groupId >org.springframework.security</groupId >
48+ <artifactId >spring-security-config</artifactId >
49+ <version >${spring-security.version} </version >
50+ </dependency >
51+ <dependency >
52+ <groupId >org.springframework.security</groupId >
53+ <artifactId >spring-security-web</artifactId >
54+ <version >${spring-security.version} </version >
55+ </dependency >
56+ <dependency >
57+ <groupId >org.springframework.security</groupId >
58+ <artifactId >spring-security-core</artifactId >
59+ <version >${spring-security.version} </version >
60+ </dependency >
61+ <dependency >
62+ <groupId >org.springframework.security</groupId >
63+ <artifactId >spring-security-crypto</artifactId >
64+ <version >${spring-security.version} </version >
65+ </dependency >
3966 </dependencies >
4067 </dependencyManagement >
4168
You can’t perform that action at this time.
0 commit comments