From 8c4145bd6bd344793f66ad6f73cdd132fc99b3f1 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 4 Oct 2019 20:36:41 +0200 Subject: [PATCH] Update to Ubuntu 18.04 with JDK 10 --- .travis.yml | 5 ++++- plugin.xml | 4 ++-- resource/pom.xml | 9 ++++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d1a600..c23dcae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: java +sudo: required +dist: bionic + jdk: - - openjdk8 + - openjdk10 before_install: - sudo apt-get install ant diff --git a/plugin.xml b/plugin.xml index 5b98fd5..2ea58b8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,8 +3,8 @@ This file is part of the DITA-OT Unit Test Plug-in project. See the accompanying LICENSE file for applicable licenses. --> - - + + diff --git a/resource/pom.xml b/resource/pom.xml index 983db28..fc5bd9f 100644 --- a/resource/pom.xml +++ b/resource/pom.xml @@ -12,7 +12,14 @@ org.eluder.coveralls coveralls-maven-plugin - 4.1.0 + 4.3.0 + + + javax.xml.bind + jaxb-api + 2.2.3 + + .