Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
undo xerces change
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Aug 10, 2015
1 parent c798dcd commit 8b70989
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gradle/dependencies.gradle
Expand Up @@ -129,9 +129,6 @@ libraries["jcip-annotations"] = "net.jcip:jcip-annotations:1.0"

libraries["jdom2"] = "org.jdom:jdom2:2.0.4"

// It appears that jdom2 is unable to find xerces using jdk 1.8
libraries["xerces"] = "xerces:xercesImpl:2.11.0"

libraries["je"] = "com.sleepycat:je:4.0.92"

libraries["jna"] = "net.java.dev.jna:jna:4.1.0"
Expand Down Expand Up @@ -210,12 +207,10 @@ allprojects { // Doesn't apply any plugins: safe to run closure on all projects
// Dragged in by xmlbeans
exclude group: 'stax', module: 'stax-api'

// Note: it appears that xerces is not part of jdk 1.8,
// or has been renamed.
// Xerces comes with Java 1.6+
// This SHOULD be okay, but see http://stackoverflow.com/questions/1167757
// Dragged in by 52n-oxf-xmlbeans
// exclude group: 'xerces', module: 'xercesImpl'
exclude group: 'xerces', module: 'xercesImpl'

// This is an old version of the servlet API: v2. We're using v3.
// Dragged in by httpunit.
Expand Down

0 comments on commit 8b70989

Please sign in to comment.