We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d43fd commit 7142338Copy full SHA for 7142338
pom.xml
@@ -9,13 +9,16 @@
9
<sourceDirectory>src/main/java</sourceDirectory>
10
<testSourceDirectory>src/test/java</testSourceDirectory>
11
<plugins>
12
- <plugin>
13
- <artifactId>maven-compiler-plugin</artifactId>
14
- <version>3.8.1</version>
15
- <configuration>
16
- <release>15</release>
17
- </configuration>
18
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>3.0.0-M7</version>
+ </plugin>
19
+ <artifactId>maven-failsafe-plugin</artifactId>
20
21
22
</plugins>
23
</build>
24
<distributionManagement>
0 commit comments