Adds junit-vintage-engine
This commit is contained in:
@@ -81,6 +81,11 @@
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.vintage</groupId>
|
||||
<artifactId>junit-vintage-engine</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-test-support</artifactId>
|
||||
|
||||
@@ -123,6 +123,11 @@
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.vintage</groupId>
|
||||
<artifactId>junit-vintage-engine</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-test-support</artifactId>
|
||||
|
||||
@@ -37,6 +37,7 @@ public class AwsS3EnvironmentRepositoryFactory implements
|
||||
if (environmentProperties.getRegion() != null) {
|
||||
clientBuilder.withRegion(environmentProperties.getRegion());
|
||||
}
|
||||
clientBuilder.withClientConfiguration()
|
||||
final AmazonS3 client = clientBuilder.build();
|
||||
if (environmentProperties.getEndpoint() != null) {
|
||||
client.setEndpoint(environmentProperties.getEndpoint());
|
||||
|
||||
Reference in New Issue
Block a user