Skip to content

Commit fbb27f7

Browse files
committed
Fixed the test setup for the build pipeline.
1 parent bb76672 commit fbb27f7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
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>
@@ -172,6 +177,11 @@
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>

tests/org.emftext.language.java.test/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
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>

0 commit comments

Comments
 (0)