|
38 | 38 | <type>pom</type> |
39 | 39 | <scope>import</scope> |
40 | 40 | </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> |
| 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> |
66 | 66 | </dependencies> |
67 | 67 | </dependencyManagement> |
68 | 68 |
|
|
0 commit comments