Going back to snapshots
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-config</artifactId>
|
||||
<version>3.1.10</version>
|
||||
<version>3.1.10-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -55,9 +55,9 @@ public class VaultIntegrationTests {
|
||||
private static final int configServerPort = TestSocketUtils.findAvailableTcpPort();
|
||||
|
||||
@Container
|
||||
public static VaultContainer<?> vaultContainer = new VaultContainer<>("vault:1.13.3").withVaultToken(VAULT_TOKEN)
|
||||
.withClasspathResourceMapping("vault/vault_test_policy.txt", "/tmp/vault_test_policy.txt",
|
||||
BindMode.READ_ONLY);
|
||||
public static VaultContainer<?> vaultContainer = new VaultContainer<>("vault:1.13.3")
|
||||
.withVaultToken(VAULT_TOKEN).withClasspathResourceMapping("vault/vault_test_policy.txt",
|
||||
"/tmp/vault_test_policy.txt", BindMode.READ_ONLY);
|
||||
|
||||
@BeforeAll
|
||||
public static void before() throws IOException, InterruptedException {
|
||||
|
||||
Reference in New Issue
Block a user