|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.1.9</version> |
| 8 | + <version>3.2.4</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | | - <groupId>org.webeid.example</groupId> |
| 11 | + <groupId>eu.webeid.example</groupId> |
12 | 12 | <artifactId>web-eid-springboot-example</artifactId> |
13 | 13 | <version>3.0.0-SNAPSHOT</version> |
14 | 14 | <name>web-eid-springboot-example</name> |
15 | | - <description>Example Spring Boot project that demonstrates how to use Web eID for authentication and digital |
| 15 | + <description>Example Spring Boot application that demonstrates how to use Web eID for authentication and digital |
16 | 16 | signing |
17 | 17 | </description> |
18 | 18 |
|
19 | 19 | <properties> |
20 | 20 | <java.version>17</java.version> |
21 | | - <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version> |
22 | | - <webeid.version>3.0.0</webeid.version> |
| 21 | + <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 22 | + <webeid.version>3.0.1</webeid.version> |
23 | 23 | <digidoc4j.version>5.3.0</digidoc4j.version> |
24 | 24 | <jmockit.version>1.44</jmockit.version> |
25 | 25 | </properties> |
|
31 | 31 | </dependency> |
32 | 32 | <dependency> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
34 | | - <artifactId>spring-boot-starter-validation</artifactId> |
| 34 | + <artifactId>spring-boot-starter-security</artifactId> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.springframework.boot</groupId> |
38 | 38 | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
39 | 39 | </dependency> |
40 | | - <dependency> |
41 | | - <groupId>org.springframework.boot</groupId> |
42 | | - <artifactId>spring-boot-starter-security</artifactId> |
43 | | - </dependency> |
44 | | - <dependency> |
45 | | - <groupId>org.springframework.security</groupId> |
46 | | - <artifactId>spring-security-config</artifactId> |
47 | | - </dependency> |
48 | 40 |
|
49 | 41 | <dependency> |
50 | 42 | <groupId>org.digidoc4j</groupId> |
|
57 | 49 | <version>${webeid.version}</version> |
58 | 50 | </dependency> |
59 | 51 |
|
60 | | - <dependency> |
61 | | - <groupId>org.springframework.boot</groupId> |
62 | | - <artifactId>spring-boot-devtools</artifactId> |
63 | | - <optional>true</optional> |
64 | | - </dependency> |
65 | | - |
66 | 52 | <dependency> |
67 | 53 | <groupId>org.springframework.boot</groupId> |
68 | 54 | <artifactId>spring-boot-starter-test</artifactId> |
69 | 55 | <scope>test</scope> |
70 | | - <exclusions> |
71 | | - <exclusion> |
72 | | - <groupId>org.junit.vintage</groupId> |
73 | | - <artifactId>junit-vintage-engine</artifactId> |
74 | | - </exclusion> |
75 | | - </exclusions> |
76 | 56 | </dependency> |
77 | 57 | <dependency> |
78 | 58 | <groupId>org.springframework.security</groupId> |
|
0 commit comments