Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
[core] add jaxb-api (#562)
Browse files Browse the repository at this point in the history
With java11 this library is no longer included and needs to be explicitly added
  • Loading branch information
dmichel1 authored Oct 8, 2019
1 parent cc1ef52 commit 1b6a083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ allprojects {
entry 'jetty-rewrite'
entry 'jetty-util'
}

dependency 'javax.xml.bind:jaxb-api:2.3.1'

dependency 'org.eclipse.jetty.http2:http2-server:9.4.12.v20180830'

dependency 'javax.servlet:javax.servlet-api:3.1.0'
Expand Down
1 change: 1 addition & 0 deletions heroic-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-server'
implementation 'org.eclipse.jetty.http2:http2-server'
implementation 'javax.mail:mail'
implementation 'javax.xml.bind:jaxb-api'
implementation 'org.eclipse.jetty:jetty-rewrite'
implementation 'org.eclipse.jetty:jetty-util'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet-core'
Expand Down

0 comments on commit 1b6a083

Please sign in to comment.