Skip to content

Commit 1d3a88b

Browse files
committed
fix base-exception tests
1 parent 2796492 commit 1d3a88b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

base-exception/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,17 @@
2020
<scope>test</scope>
2121
</dependency>
2222
</dependencies>
23+
<build>
24+
<plugins>
25+
<plugin>
26+
<artifactId>maven-surefire-plugin</artifactId>
27+
<version>2.22.0</version>
28+
</plugin>
29+
<plugin>
30+
<artifactId>maven-failsafe-plugin</artifactId>
31+
<version>2.22.0</version>
32+
</plugin>
33+
</plugins>
34+
</build>
2335

2436
</project>

0 commit comments

Comments
 (0)