Skip to content

Commit 77a7dcf

Browse files
authored
Merge pull request #44 from jonesbusy/feature/testcontainer-2
Testcontainers 2
2 parents 34d3f57 + b3e9674 commit 77a7dcf

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
<jenkins.baseline>2.516</jenkins.baseline>
3636
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3737
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
38-
39-
<testcontainer.version>1.21.4</testcontainer.version>
40-
38+
<testcontainer.version>2.0.3</testcontainer.version>
4139
<spotless.check.skip>false</spotless.check.skip>
4240
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4341
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
@@ -52,11 +50,6 @@
5250
<type>pom</type>
5351
<scope>import</scope>
5452
</dependency>
55-
<dependency>
56-
<groupId>org.testcontainers</groupId>
57-
<artifactId>junit-jupiter</artifactId>
58-
<version>${testcontainer.version}</version>
59-
</dependency>
6053
<dependency>
6154
<groupId>org.testcontainers</groupId>
6255
<artifactId>testcontainers</artifactId>
@@ -68,6 +61,11 @@
6861
</exclusion>
6962
</exclusions>
7063
</dependency>
64+
<dependency>
65+
<groupId>org.testcontainers</groupId>
66+
<artifactId>testcontainers-junit-jupiter</artifactId>
67+
<version>${testcontainer.version}</version>
68+
</dependency>
7169
</dependencies>
7270
</dependencyManagement>
7371

@@ -121,12 +119,12 @@
121119
</dependency>
122120
<dependency>
123121
<groupId>org.testcontainers</groupId>
124-
<artifactId>junit-jupiter</artifactId>
122+
<artifactId>testcontainers</artifactId>
125123
<scope>test</scope>
126124
</dependency>
127125
<dependency>
128126
<groupId>org.testcontainers</groupId>
129-
<artifactId>testcontainers</artifactId>
127+
<artifactId>testcontainers-junit-jupiter</artifactId>
130128
<scope>test</scope>
131129
</dependency>
132130
<dependency>

0 commit comments

Comments
 (0)