Skip to content

Commit

Permalink
Java 11 support (#411)
Browse files Browse the repository at this point in the history
- add jaxb-api module
- do not allow Travis CI failures on openjdk11

Co-authored-by: Luís Bastião <bastiao@bmd-software.com>
  • Loading branch information
Enet4 and bastiao committed May 14, 2020
1 parent b01d62d commit fcec788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -24,8 +24,6 @@ matrix:
env: NODE_VERSION=lts/*
- jdk: openjdk11
env: NODE_VERSION=lts/*
allow_failures:
- jdk: openjdk11

before_install:
- if [ $TRAVIS_JDK_VERSION == "oraclejdk8" ] || [ $TRAVIS_JDK_VERSION == "openjdk8" ]; then
Expand Down
6 changes: 6 additions & 0 deletions dicoogle/pom.xml
Expand Up @@ -275,6 +275,12 @@
<version>0.9.0</version>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>

<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
Expand Down

0 comments on commit fcec788

Please sign in to comment.