This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update min Java version, Maven dependencies and plugins (#92)
* update Maven dependencies and plugins Signed-off-by: Vincent Privat <[email protected]> * fix Travis configuration Signed-off-by: Vincent Privat <[email protected]> * do not test jdk9 yet, revert maven-hpi-plugin update to keep jdk7 Signed-off-by: Vincent Privat <[email protected]> * drop Java 7 support, update parent-pom to 3.0, fix enforcer/findbugs errors * update to jacoco 0.8.0 + others, and fix Maven dependencies * fix indentation in dependencyManagement block * use Collections.singletonList() instead of Arrays.asList()
- Loading branch information
Showing
20 changed files
with
189 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ language: java | |
sudo: false | ||
|
||
jdk: | ||
- oraclejdk7 | ||
- oraclejdk8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.