|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.5.7</version> |
| 8 | + <version>4.0.0</version> |
9 | 9 | <relativePath /> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 | <groupId>com._4point.aem.fluentforms</groupId> |
|
16 | 16 |
|
17 | 17 | <properties> |
18 | 18 | <java.version>17</java.version> |
19 | | - <wiremock.version>3.13.1</wiremock.version> |
| 19 | + <wiremock.version>3.13.2</wiremock.version> |
20 | 20 | <wiremock-spring-boot.version>3.10.6</wiremock-spring-boot.version> |
21 | 21 | <htmlunit.version>4.16.0</htmlunit.version> |
22 | 22 | <fluentforms.spring.boot.starter.version>0.0.5-SNAPSHOT</fluentforms.spring.boot.starter.version> |
|
44 | 44 | <dependencies> |
45 | 45 | <dependency> |
46 | 46 | <groupId>org.springframework.boot</groupId> |
47 | | - <artifactId>spring-boot-starter</artifactId> |
| 47 | + <artifactId>spring-boot-starter-webmvc</artifactId> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.springframework.boot</groupId> |
51 | | - <artifactId>spring-boot-starter-web</artifactId> |
52 | | - </dependency> |
53 | | - <dependency> |
54 | | - <!-- Required for FluentForms Spring Boot starter to work --> |
55 | | - <groupId>org.springframework.boot</groupId> |
56 | | - <artifactId>spring-boot-starter-jersey</artifactId> |
| 51 | + <artifactId>spring-boot-starter-restclient</artifactId> |
57 | 52 | </dependency> |
58 | 53 | <dependency> |
59 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
|
80 | 75 | <!-- Testing Dependencies --> |
81 | 76 | <dependency> |
82 | 77 | <groupId>org.springframework.boot</groupId> |
83 | | - <artifactId>spring-boot-starter-test</artifactId> |
| 78 | + <artifactId>spring-boot-starter-restclient-test</artifactId> |
| 79 | + <scope>test</scope> |
| 80 | + </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>org.springframework.boot</groupId> |
| 83 | + <artifactId>spring-boot-starter-webmvc-test</artifactId> |
84 | 84 | <scope>test</scope> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
|
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>org.testcontainers</groupId> |
111 | | - <artifactId>junit-jupiter</artifactId> |
| 111 | + <artifactId>testcontainers-junit-jupiter</artifactId> |
112 | 112 | <scope>test</scope> |
113 | 113 | </dependency> |
114 | 114 | <dependency> |
|
0 commit comments