File tree Expand file tree Collapse file tree
spring-cloud-aws-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <spotless .version>2.40.0</spotless .version>
3131 <jacoco .version>0.8.8</jacoco .version>
3232 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
33+ <wiremock-standalone .version>3.3.1</wiremock-standalone .version>
3334 </properties >
3435
3536 <modules >
6970 <type >pom</type >
7071 <scope >import</scope >
7172 </dependency >
73+ <dependency >
74+ <groupId >org.wiremock</groupId >
75+ <artifactId >wiremock-standalone</artifactId >
76+ <version >${wiremock-standalone.version} </version >
77+ </dependency >
7278 </dependencies >
7379 </dependencyManagement >
7480
Original file line number Diff line number Diff line change 3232 <jakarta .mail.version>2.1.0</jakarta .mail.version>
3333 <eclipse .jakarta.mail.version>1.0.0</eclipse .jakarta.mail.version>
3434 <spring-modulith .version>1.4.0</spring-modulith .version>
35- <wiremock-standalone .version>3.3.1</wiremock-standalone .version>
3635 <amazon .s3.accessgrants>2.3.0</amazon .s3.accessgrants>
3736 </properties >
3837
226225 <artifactId >jakarta.mail</artifactId >
227226 <version >${eclipse.jakarta.mail.version} </version >
228227 </dependency >
229-
230- <dependency >
231- <groupId >org.wiremock</groupId >
232- <artifactId >wiremock-standalone</artifactId >
233- <version >${wiremock-standalone.version} </version >
234- </dependency >
235228 </dependencies >
236229 </dependencyManagement >
237230
You can’t perform that action at this time.
0 commit comments