mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Add javax.activation as a dependency of jaxb
In Java 9+, this module is no longer loaded by default. JAXB needs it to compile. Also changed the root project name to "nomulus". ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219000053
This commit is contained in:
parent
21f706bf24
commit
c375b0d5f4
2 changed files with 2 additions and 1 deletions
|
@ -206,6 +206,7 @@ dependencies {
|
|||
// Use jaxb 2.2.11 because 2.3 is known to break the Ant task we use.
|
||||
// TODO: upgrade jaxb versions to 2.4.0, already in beta by Sept 2018
|
||||
jaxb 'javax.xml.bind:jaxb-api:2.2.11'
|
||||
jaxb 'com.sun.activation:javax.activation:1.2.0'
|
||||
jaxb 'com.sun.xml.bind:jaxb-xjc:2.2.11'
|
||||
jaxb 'com.sun.xml.bind:jaxb-impl:2.2.11'
|
||||
jaxb 'com.sun.xml.bind:jaxb-osgi:2.2.11'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
rootProject.name = 'gradle'
|
||||
rootProject.name = 'nomulus'
|
||||
|
||||
include 'third_party'
|
||||
include 'core'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue