diff options
Diffstat (limited to 'pdf-as-common')
-rw-r--r-- | pdf-as-common/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 88951b38..e1a5fdfc 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -26,8 +26,7 @@ dependencies { compile group: 'ognl', name: 'ognl', version: '3.0.6' compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' compile 'commons-codec:commons-codec:1.10' - compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.4.0-b180830.0438' - + compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' testCompile group: 'junit', name: 'junit', version: '4.+' } |