|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | + |
4 | 5 | <groupId>org.woehlke</groupId> |
5 | 6 | <artifactId>simpleworklist</artifactId> |
6 | 7 | <version>2.3.16-SNAPSHOT</version> |
|
125 | 126 | <type>pom</type> |
126 | 127 | <scope>import</scope> |
127 | 128 | </dependency> |
128 | | - <dependency> |
129 | | - <groupId>org.springframework</groupId> |
130 | | - <artifactId>spring-framework-bom</artifactId> |
131 | | - <version>${spring-framework.version}</version> |
132 | | - <type>pom</type> |
133 | | - <scope>import</scope> |
134 | | - </dependency> |
135 | | - <dependency> |
136 | | - <groupId>org.springframework.data</groupId> |
137 | | - <artifactId>spring-data-releasetrain</artifactId> |
138 | | - <version>${spring-data-releasetrain.version}</version> |
139 | | - <type>pom</type> |
140 | | - <scope>import</scope> |
141 | | - </dependency> |
142 | | - <dependency> |
143 | | - <groupId>org.springframework.security</groupId> |
144 | | - <artifactId>spring-security-bom</artifactId> |
145 | | - <version>${spring-security.version}</version> |
146 | | - <type>pom</type> |
147 | | - <scope>import</scope> |
148 | | - </dependency> |
| 129 | + <!-- |
| 130 | + <dependency> |
| 131 | + <groupId>org.springframework</groupId> |
| 132 | + <artifactId>spring-framework-bom</artifactId> |
| 133 | + <version>${spring-framework.version}</version> |
| 134 | + <type>pom</type> |
| 135 | + <scope>import</scope> |
| 136 | + </dependency> |
| 137 | + <dependency> |
| 138 | + <groupId>org.springframework.data</groupId> |
| 139 | + <artifactId>spring-data-releasetrain</artifactId> |
| 140 | + <version>${spring-data-releasetrain.version}</version> |
| 141 | + <type>pom</type> |
| 142 | + <scope>import</scope> |
| 143 | + </dependency> |
| 144 | + <dependency> |
| 145 | + <groupId>org.springframework.security</groupId> |
| 146 | + <artifactId>spring-security-bom</artifactId> |
| 147 | + <version>${spring-security.version}</version> |
| 148 | + <type>pom</type> |
| 149 | + <scope>import</scope> |
| 150 | + </dependency> |
| 151 | + --> |
149 | 152 | <dependency> |
150 | 153 | <groupId>org.springframework.session</groupId> |
151 | 154 | <artifactId>spring-session-bom</artifactId> |
|
174 | 177 | <artifactId>ckeditor</artifactId> |
175 | 178 | <version>4.14.0</version> |
176 | 179 | </dependency> |
177 | | - |
| 180 | +<!-- |
178 | 181 | <dependency> |
179 | 182 | <groupId>org.thymeleaf</groupId> |
180 | 183 | <artifactId>thymeleaf</artifactId> |
181 | 184 | <version>${thymeleaf.version}</version> |
182 | 185 | </dependency> |
| 186 | + --> |
183 | 187 | <dependency> |
184 | 188 | <groupId>org.thymeleaf</groupId> |
185 | 189 | <artifactId>thymeleaf-testing</artifactId> |
186 | 190 | <version>3.0.4.RELEASE</version> |
187 | 191 | <scope>test</scope> |
188 | 192 | </dependency> |
189 | | - <dependency> |
190 | | - <groupId>org.thymeleaf</groupId> |
191 | | - <artifactId>thymeleaf-spring5</artifactId> |
192 | | - <version>${thymeleaf.version}</version> |
193 | | - </dependency> |
194 | | - <dependency> |
195 | | - <groupId>org.thymeleaf.extras</groupId> |
196 | | - <artifactId>thymeleaf-extras-java8time</artifactId> |
197 | | - <version>${thymeleaf-extras-java8time.version}</version> |
198 | | - </dependency> |
199 | | - <dependency> |
200 | | - <groupId>org.thymeleaf.extras</groupId> |
201 | | - <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
202 | | - <version>${thymeleaf-extras-springsecurity.version}</version> |
203 | | - </dependency> |
| 193 | + <!-- |
| 194 | + <dependency> |
| 195 | + <groupId>org.thymeleaf</groupId> |
| 196 | + <artifactId>thymeleaf-spring5</artifactId> |
| 197 | + <version>${thymeleaf.version}</version> |
| 198 | + </dependency> |
| 199 | + <dependency> |
| 200 | + <groupId>org.thymeleaf.extras</groupId> |
| 201 | + <artifactId>thymeleaf-extras-java8time</artifactId> |
| 202 | + <version>${thymeleaf-extras-java8time.version}</version> |
| 203 | + </dependency> |
| 204 | + <dependency> |
| 205 | + <groupId>org.thymeleaf.extras</groupId> |
| 206 | + <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
| 207 | + <version>${thymeleaf-extras-springsecurity.version}</version> |
| 208 | + </dependency> |
| 209 | + --> |
204 | 210 | <dependency> |
205 | 211 | <groupId>io.github.jpenren</groupId> |
206 | 212 | <artifactId>thymeleaf-spring-data-dialect</artifactId> |
|
365 | 371 | <groupId>org.springframework.boot</groupId> |
366 | 372 | <artifactId>spring-boot-starter-validation</artifactId> |
367 | 373 | </dependency> |
368 | | - <dependency> |
369 | | - <groupId>org.springframework.boot</groupId> |
370 | | - <artifactId>spring-boot-starter-security</artifactId> |
371 | | - </dependency> |
372 | 374 | <dependency> |
373 | 375 | <groupId>org.springframework.boot</groupId> |
374 | 376 | <artifactId>spring-boot-devtools</artifactId> |
|
395 | 397 | <artifactId>spring-security-test</artifactId> |
396 | 398 | <scope>test</scope> |
397 | 399 | </dependency> |
| 400 | + <dependency> |
| 401 | + <groupId>org.springframework.boot</groupId> |
| 402 | + <artifactId>spring-boot-starter-security</artifactId> |
| 403 | + </dependency> |
398 | 404 | <dependency> |
399 | 405 | <groupId>org.springframework.security</groupId> |
400 | 406 | <artifactId>spring-security-core</artifactId> |
401 | 407 | </dependency> |
402 | 408 | <dependency> |
403 | 409 | <groupId>org.springframework.security</groupId> |
404 | | - <artifactId>spring-security-web</artifactId> |
| 410 | + <artifactId>spring-security-config</artifactId> |
405 | 411 | </dependency> |
406 | 412 | <dependency> |
407 | 413 | <groupId>org.springframework.security</groupId> |
408 | | - <artifactId>spring-security-data</artifactId> |
| 414 | + <artifactId>spring-security-remoting</artifactId> |
409 | 415 | </dependency> |
410 | 416 | <dependency> |
411 | 417 | <groupId>org.springframework.security</groupId> |
412 | | - <artifactId>spring-security-config</artifactId> |
| 418 | + <artifactId>spring-security-web</artifactId> |
413 | 419 | </dependency> |
| 420 | + <dependency> |
| 421 | + <groupId>org.springframework.security</groupId> |
| 422 | + <artifactId>spring-security-data</artifactId> |
| 423 | + </dependency> |
| 424 | + |
414 | 425 | <dependency> |
415 | 426 | <groupId>org.postgresql</groupId> |
416 | 427 | <artifactId>postgresql</artifactId> |
|
450 | 461 | <groupId>org.springframework.session</groupId> |
451 | 462 | <artifactId>spring-session-jdbc</artifactId> |
452 | 463 | </dependency> |
453 | | - <dependency> |
454 | | - <groupId>com.github.mxab.thymeleaf.extras</groupId> |
455 | | - <artifactId>thymeleaf-extras-data-attribute</artifactId> |
456 | | - </dependency> |
457 | | - |
458 | 464 | <dependency> |
459 | 465 | <groupId>org.thymeleaf</groupId> |
460 | 466 | <artifactId>thymeleaf</artifactId> |
461 | 467 | </dependency> |
462 | | - <dependency> |
463 | | - <groupId>org.thymeleaf</groupId> |
464 | | - <artifactId>thymeleaf-testing</artifactId> |
465 | | - <scope>test</scope> |
466 | | - </dependency> |
467 | 468 | <dependency> |
468 | 469 | <groupId>org.thymeleaf</groupId> |
469 | 470 | <artifactId>thymeleaf-spring5</artifactId> |
|
476 | 477 | <groupId>org.thymeleaf.extras</groupId> |
477 | 478 | <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
478 | 479 | </dependency> |
| 480 | + <dependency> |
| 481 | + <groupId>com.github.mxab.thymeleaf.extras</groupId> |
| 482 | + <artifactId>thymeleaf-extras-data-attribute</artifactId> |
| 483 | + </dependency> |
479 | 484 | <dependency> |
480 | 485 | <groupId>io.github.jpenren</groupId> |
481 | 486 | <artifactId>thymeleaf-spring-data-dialect</artifactId> |
482 | 487 | </dependency> |
| 488 | + <dependency> |
| 489 | + <groupId>org.thymeleaf</groupId> |
| 490 | + <artifactId>thymeleaf-testing</artifactId> |
| 491 | + <scope>test</scope> |
| 492 | + </dependency> |
483 | 493 |
|
484 | 494 | <dependency> |
485 | 495 | <groupId>org.jsoup</groupId> |
|
656 | 666 | <requireJavaVersion> |
657 | 667 | <version>${java.version}</version> |
658 | 668 | </requireJavaVersion> |
| 669 | + <!-- |
659 | 670 | <requireOS> |
660 | 671 | <family>unix</family> |
661 | 672 | </requireOS> |
|
665 | 676 | <file>${project.basedir}/etc/setenv.sh</file> |
666 | 677 | </files> |
667 | 678 | </requireFilesExist> |
| 679 | + --> |
668 | 680 | </rules> |
669 | 681 | </configuration> |
670 | 682 | </execution> |
|
0 commit comments