Skip to content

Commit

Permalink
Merge pull request #13162 from quarkusio/dependabot/maven/org.testcon…
Browse files Browse the repository at this point in the history
…tainers-testcontainers-bom-1.15.0
  • Loading branch information
dependabot[bot] authored Nov 7, 2020
2 parents f22c042 + 301ac7f commit 44f159b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<debezium.version>1.3.0.Final</debezium.version>
<testcontainers.version>1.14.3</testcontainers.version>
<testcontainers.version>1.15.0</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import javax.sql.DataSource;

import org.jboss.logging.Logger;
import org.jetbrains.annotations.NotNull;
import org.testcontainers.containers.Container;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.Network;
Expand Down Expand Up @@ -444,7 +443,6 @@ private static Container.ExecResult exec(GenericContainer container, String[] cm
return execResult;
}

@NotNull
private String[] createVaultCommand(String command) {
String cmd = (rootToken != null ? "export VAULT_TOKEN=" + rootToken + " && " : "") + command;
return new String[] { "/bin/sh", "-c", cmd };
Expand Down

0 comments on commit 44f159b

Please sign in to comment.