File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
tests/org.emftext.language.java.test Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 9191 <artifactId >junit-jupiter</artifactId >
9292 <version >5.9.2</version >
9393 </dependency >
94+ <dependency >
95+ <groupId >org.junit.jupiter</groupId >
96+ <artifactId >junit-jupiter-engine</artifactId >
97+ <version >5.9.2</version >
98+ </dependency >
9499 <dependency >
95100 <groupId >org.apache.logging.log4j</groupId >
96101 <artifactId >log4j-1.2-api</artifactId >
172177 <artifactId >maven-bundle-plugin</artifactId >
173178 <version >5.1.8</version >
174179 </plugin >
180+ <plugin >
181+ <groupId >org.apache.maven.plugins</groupId >
182+ <artifactId >maven-surefire-plugin</artifactId >
183+ <version >3.1.0</version >
184+ </plugin >
175185 </plugins >
176186 </pluginManagement >
177187 </build >
Original file line number Diff line number Diff line change 101101 <groupId >org.junit.jupiter</groupId >
102102 <artifactId >junit-jupiter</artifactId >
103103 </dependency >
104+ <dependency >
105+ <groupId >org.junit.jupiter</groupId >
106+ <artifactId >junit-jupiter-engine</artifactId >
107+ </dependency >
104108 <dependency >
105109 <groupId >com.google.code.gson</groupId >
106110 <artifactId >gson</artifactId >
You can’t perform that action at this time.
0 commit comments