We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2eb85 commit 7df6c93Copy full SHA for 7df6c93
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.ebean</groupId>
12
<artifactId>ebean-test-containers</artifactId>
13
- <version>7.8-SNAPSHOT</version>
+ <version>7.8</version>
14
15
<scm>
16
<developerConnection>scm:git:[email protected]:ebean-orm/ebean-test-containers.git</developerConnection>
src/test/java/io/ebean/test/containers/Db2ContainerTest.java
@@ -25,7 +25,6 @@ void start() {
25
container.startWithDropCreate();
26
27
container.stopRemove();
28
- container.dockerSu()
29
}
30
31
@Disabled
0 commit comments