File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
<parent >
7
6
<groupId >org.parallaxsecond</groupId >
11
10
</parent >
12
11
<artifactId >parsec-testcontainers</artifactId >
13
12
<dependencies >
13
+ <dependency >
14
+ <groupId >org.junit.jupiter</groupId >
15
+ <artifactId >junit-jupiter-api</artifactId >
16
+ <version >5.11.4</version >
17
+ </dependency >
18
+ <dependency >
19
+ <groupId >org.junit.jupiter</groupId >
20
+ <artifactId >junit-jupiter-engine</artifactId >
21
+ <version >5.11.4</version >
22
+ </dependency >
14
23
<dependency >
15
24
<groupId >org.testcontainers</groupId >
16
25
<artifactId >junit-jupiter</artifactId >
17
- <version >1.16.2 </version >
26
+ <version >1.20.4 </version >
18
27
</dependency >
19
28
</dependencies >
20
29
<properties >
You can’t perform that action at this time.
0 commit comments