Skip to content

Commit fa53731

Browse files
committed
use newer junit on gemify IT to avoid jdk version issues
1 parent f611f9f commit fa53731

File tree

1 file changed

+6
-2
lines changed
  • gem-maven-plugin/src/it/gemify-pom

1 file changed

+6
-2
lines changed

gem-maven-plugin/src/it/gemify-pom/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<url>http://maven.apache.org</url>
1010
<dependencies>
1111
<dependency>
12-
<groupId>org.junit.jupiter</groupId>
13-
<artifactId>junit-jupiter</artifactId>
12+
<groupId>org.junit.jupiter</groupId>
13+
<artifactId>junit-jupiter</artifactId>
1414
<version>5.10.0</version>
1515
<scope>test</scope>
1616
</dependency>
@@ -22,6 +22,10 @@
2222
<artifactId>gem-maven-plugin</artifactId>
2323
<version>@project.version@</version>
2424
</plugin>
25+
<plugin>
26+
<artifactId>maven-compiler-plugin</artifactId>
27+
<version>3.8.1</version>
28+
</plugin>
2529
</plugins>
2630
</build>
2731
</project>

0 commit comments

Comments
 (0)