Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 9b9d744

Browse files
committed
for passing ci builds
1 parent 5221a8d commit 9b9d744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22

33
jdk:
4-
- oraclejdk8
4+
# - oraclejdk8
55
- oraclejdk9
66
- oraclejdk11
77
- openjdk8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-failsafe-plugin</artifactId>
198-
<version>3.0.0-M5</version>
198+
<version>2.22.2</version>
199199
<executions>
200200
<execution>
201201
<goals>

0 commit comments

Comments
 (0)