We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98c8a9 commit 5eae9d2Copy full SHA for 5eae9d2
pom.xml
@@ -39,7 +39,7 @@
39
<plugin>
40
<groupId>org.apache.maven.plugins</groupId>
41
<artifactId>maven-compiler-plugin</artifactId>
42
- <version>3.13.0</version>
+ <version>3.8.1</version>
43
<configuration>
44
<source>1.8</source>
45
<target>1.8</target>
@@ -49,7 +49,7 @@
49
50
51
<artifactId>maven-surefire-plugin</artifactId>
52
- <version>3.2.5</version>
+ <version>2.22.2</version>
53
54
<suiteXmlFiles>
55
<suiteXmlFile>testng.xml</suiteXmlFile>
0 commit comments