Skip to content

Commit

Permalink
fix jaxb-core bundle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Jul 27, 2018
1 parent 6263cf4 commit 020c8f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,12 @@ platform {
bundle 'org.apache.ws.commons.schema:XmlSchema:1.4.7'
bundle 'org.codehaus.castor:castor-xml:1.3.2'
bundle 'org.codehaus.castor:castor-core:1.3.2'
bundle 'com.sun.xml.bind:jaxb-core:2.2.7'
bundle 'com.sun.xml.bind:jaxb-core:2.2.7', {
bnd {
// istack seems to be part of the bundle and reimporting it fails because of a version issue
optionalImport 'com.sun.istack'
}
}
// staxon
bundle 'de.odysseus.staxon:staxon:1.3'

Expand Down

0 comments on commit 020c8f4

Please sign in to comment.