|
10 | 10 |
|
11 | 11 | <parent>
|
12 | 12 | <groupId>com.baeldung</groupId>
|
13 |
| - <artifactId>parent-spring-5</artifactId> |
| 13 | + <artifactId>parent-spring-6</artifactId> |
14 | 14 | <version>0.0.1-SNAPSHOT</version>
|
15 |
| - <relativePath>../parent-spring-5</relativePath> |
| 15 | + <relativePath>../parent-spring-6</relativePath> |
16 | 16 | </parent>
|
17 | 17 |
|
18 | 18 | <dependencies>
|
|
95 | 95 | <artifactId>javax.inject</artifactId>
|
96 | 96 | <version>${inject.version}</version>
|
97 | 97 | </dependency>
|
98 |
| - <!-- Servlet --> |
99 | 98 | <dependency>
|
100 |
| - <groupId>javax.servlet</groupId> |
101 |
| - <artifactId>javax.servlet-api</artifactId> |
102 |
| - <version>${javax.servlet-api.version}</version> |
| 99 | + <groupId>jakarta.servlet</groupId> |
| 100 | + <artifactId>jakarta.servlet-api</artifactId> |
| 101 | + <version>${jakarta.servlet-api.version}</version> |
| 102 | + <scope>provided</scope> |
103 | 103 | </dependency>
|
104 | 104 | <dependency>
|
105 |
| - <groupId>javax.servlet.jsp</groupId> |
106 |
| - <artifactId>javax.servlet.jsp-api</artifactId> |
107 |
| - <version>${javax.servlet.jsp-api.version}</version> |
108 |
| - </dependency> |
109 |
| - <dependency> |
110 |
| - <groupId>javax.servlet</groupId> |
111 |
| - <artifactId>jstl</artifactId> |
112 |
| - <version>${jstl.version}</version> |
| 105 | + <groupId>jakarta.servlet.jsp.jstl</groupId> |
| 106 | + <artifactId>jakarta.servlet.jsp.jstl-api</artifactId> |
| 107 | + <version>${jakarta.jstl-api.version}</version> |
| 108 | + <scope>runtime</scope> |
113 | 109 | </dependency>
|
114 | 110 | <dependency>
|
115 | 111 | <groupId>com.fasterxml.jackson.core</groupId>
|
|
194 | 190 | </build>
|
195 | 191 |
|
196 | 192 | <properties>
|
| 193 | + <spring-security.version>6.3.3</spring-security.version> |
| 194 | + <jakarta.jstl-api.version>3.0.2</jakarta.jstl-api.version> |
| 195 | + <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version> |
197 | 196 | <aspectj.version>1.9.20.1</aspectj.version>
|
198 | 197 | <!-- various 1.3.2 -->
|
199 | 198 | <hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
|
|
0 commit comments