@@ -30,14 +30,14 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
-->
31
31
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
32
32
<modelVersion >4.0.0</modelVersion >
33
- <parent >
34
- <groupId >com.jcabi</groupId >
35
- <artifactId >parent</artifactId >
36
- <version >0.68.0</version >
37
- </parent >
38
33
<groupId >org.xembly</groupId >
39
34
<artifactId >xerces</artifactId >
40
35
<version >1.0-SNAPSHOT</version >
36
+ <properties >
37
+ <maven .compiler.source>11</maven .compiler.source>
38
+ <maven .compiler.target>11</maven .compiler.target>
39
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
+ </properties >
41
41
<dependencies >
42
42
<dependency >
43
43
<groupId >@project.groupId@</groupId >
@@ -67,9 +67,22 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
67
67
<artifactId >jcabi-xml</artifactId >
68
68
<version >0.30.0</version >
69
69
</dependency >
70
+ <dependency >
71
+ <groupId >org.junit.jupiter</groupId >
72
+ <artifactId >junit-jupiter-engine</artifactId >
73
+ <version >5.11.3</version >
74
+ <scope >test</scope >
75
+ </dependency >
76
+ <dependency >
77
+ <groupId >org.junit.jupiter</groupId >
78
+ <artifactId >junit-jupiter-api</artifactId >
79
+ <version >5.11.3</version >
80
+ <scope >test</scope >
81
+ </dependency >
70
82
<dependency >
71
83
<groupId >com.jcabi</groupId >
72
84
<artifactId >jcabi-matchers</artifactId >
85
+ <version >1.7.0</version >
73
86
<scope >test</scope >
74
87
</dependency >
75
88
</dependencies >
0 commit comments