@@ -95,37 +95,47 @@ SOFTWARE.
9595 </properties >
9696 <dependencies >
9797 <dependency >
98- <groupId >org.eolang</groupId >
99- <artifactId >eo-parser</artifactId >
100- <version >${eo.version} </version >
98+ <groupId >org.junit</groupId >
99+ <artifactId >junit-bom</artifactId >
100+ <version >5.9.2</version >
101+ <type >pom</type >
102+ <scope >test</scope >
101103 </dependency >
102- <dependency >
103- <groupId >org.slf4j</groupId >
104- <artifactId >slf4j-api</artifactId >
105- <version >2.0.6</version >
104+ <dependency >
105+ <groupId >org.junit.jupiter</groupId >
106+ <artifactId >junit-jupiter-engine</artifactId >
107+ <version >5.9.2</version >
108+ <scope >test</scope >
106109 </dependency >
107110 <dependency >
108- <groupId >com.jcabi</groupId >
109- <artifactId >jcabi-log</artifactId >
111+ <groupId >org.junit.jupiter</groupId >
112+ <artifactId >junit-jupiter-params</artifactId >
113+ <version >5.9.2</version >
114+ <scope >test</scope >
110115 </dependency >
111116 <dependency >
112- <groupId >org.cactoos</groupId >
113- <artifactId >cactoos</artifactId >
114- <version >0.55.0</version >
117+ <groupId >org.junit.jupiter</groupId >
118+ <artifactId >junit-jupiter-api</artifactId >
119+ <version >5.9.2</version >
120+ <scope >test</scope >
115121 </dependency >
116122 <dependency >
117- <groupId >com.jcabi</groupId >
118- <artifactId >jcabi-xml</artifactId >
119- <version >0.23.2</version >
123+ <groupId >org.junit-pioneer</groupId >
124+ <artifactId >junit-pioneer</artifactId >
125+ <version >1.9.1</version >
126+ <scope >test</scope >
120127 </dependency >
121128 </dependencies >
122129 <build >
123130 <plugins >
124131 <plugin >
125132 <artifactId >maven-compiler-plugin</artifactId >
126- <configuration >
133+ <version >3.8.1</version >
134+ <configuration combine.self=" override" >
135+ <source >8</source >
136+ <target >8</target >
127137 <compilerArgs >
128- <arg >-Aproject= ${project.groupId} / ${project.artifactId} </arg >
138+ <arg >-Xpkginfo:always </arg >
129139 </compilerArgs >
130140 </configuration >
131141 </plugin >
0 commit comments