|
51 | 51 | <folio-service-tools.version>4.1.1</folio-service-tools.version> |
52 | 52 | <folio-spring-cql.version>9.0.0</folio-spring-cql.version> |
53 | 53 | <folio-module-descriptor-validator.version>1.0.0</folio-module-descriptor-validator.version> |
54 | | - <minio.version>8.5.15</minio.version> |
55 | 54 | <openapi-generator.version>6.2.1</openapi-generator.version> |
56 | 55 | <commons-collections4.version>4.5.0</commons-collections4.version> |
57 | 56 | <hypersistence-utils-hibernate-63.version>3.7.3</hypersistence-utils-hibernate-63.version> |
|
62 | 61 |
|
63 | 62 | <!-- Test properties--> |
64 | 63 | <junit-extensions.version>2.4.0</junit-extensions.version> |
65 | | - <embedded-minio.version>2.3.1</embedded-minio.version> |
66 | 64 | <spring-cloud-starter-bootstrap.version>4.2.0</spring-cloud-starter-bootstrap.version> |
67 | 65 | <wiremock.version>2.27.2</wiremock.version> |
| 66 | + <localstack.version>1.20.5</localstack.version> |
68 | 67 | <marc4j.version>2.9.1</marc4j.version> |
69 | 68 | <testcontainers.version>1.17.6</testcontainers.version> |
70 | | - <aws.sdk.version>2.29.47</aws.sdk.version> |
| 69 | + <aws.sdk.version>2.29.6</aws.sdk.version> |
| 70 | + <folio-s3-client.version>3.0.0-SNAPSHOT</folio-s3-client.version> |
71 | 71 | <hamcrest-all.version>1.3</hamcrest-all.version> |
72 | 72 | <mockito-inline.version>5.2.0</mockito-inline.version> |
73 | 73 |
|
|
155 | 155 | <artifactId>feign-jackson</artifactId> |
156 | 156 | <version>${feign-jackson.version}</version> |
157 | 157 | </dependency> |
158 | | - <dependency> |
159 | | - <groupId>io.minio</groupId> |
160 | | - <artifactId>minio</artifactId> |
161 | | - <version>${minio.version}</version> |
162 | | - </dependency> |
163 | 158 |
|
164 | 159 | <dependency> |
165 | 160 | <groupId>org.apache.sshd</groupId> |
|
220 | 215 |
|
221 | 216 | <dependency> |
222 | 217 | <groupId>software.amazon.awssdk</groupId> |
223 | | - <artifactId>s3</artifactId> |
| 218 | + <artifactId>aws-sdk-java</artifactId> |
224 | 219 | <version>${aws.sdk.version}</version> |
225 | 220 | </dependency> |
226 | 221 |
|
|
249 | 244 | <version>${streamex.version}</version> |
250 | 245 | </dependency> |
251 | 246 |
|
| 247 | + <dependency> |
| 248 | + <groupId>org.folio</groupId> |
| 249 | + <artifactId>folio-s3-client</artifactId> |
| 250 | + <version>${folio-s3-client.version}</version> |
| 251 | + </dependency> |
| 252 | + |
252 | 253 | <!-- Test dependencies --> |
253 | 254 |
|
254 | 255 | <dependency> |
|
337 | 338 | <version>${junit-extensions.version}</version> |
338 | 339 | <scope>test</scope> |
339 | 340 | </dependency> |
340 | | - <dependency> |
341 | | - <groupId>com.playtika.testcontainers</groupId> |
342 | | - <artifactId>embedded-minio</artifactId> |
343 | | - <version>${embedded-minio.version}</version> |
344 | | - <scope>test</scope> |
| 341 | + <dependency> |
| 342 | + <groupId>org.testcontainers</groupId> |
| 343 | + <artifactId>localstack</artifactId> |
| 344 | + <version>${localstack.version}</version> |
| 345 | + <scope>test</scope> |
345 | 346 | </dependency> |
346 | 347 | <dependency> |
347 | 348 | <groupId>com.github.tomakehurst</groupId> |
|
675 | 676 | <artifactId>maven-surefire-plugin</artifactId> |
676 | 677 | <version>${maven-surefire-plugin.version}</version> |
677 | 678 | <configuration> |
| 679 | + <forkCount>1</forkCount> |
| 680 | + <reuseForks>true</reuseForks> |
678 | 681 | <argLine> |
679 | 682 | @{argLine} -Xmx2G -Duser.language=en -Duser.region=US |
680 | 683 | </argLine> |
|
0 commit comments