diff --git a/build.gradle b/build.gradle index 2a8fe3dce0d705c8dcf6dce2e6a93a64e4d6cdb1..de432bbf38adfb6c5ccb78f0e9c6277d0f7660f4 100644 --- a/build.gradle +++ b/build.gradle @@ -131,6 +131,7 @@ configurations { all*.exclude group: 'jdbc', module: 'jdbc' all*.exclude group: 'jms', module: 'jms' all*.exclude group: 'jython', module: 'jython' + all*.exclude group: 'org.nrg', module: 'nrg' all*.exclude group: 'net.sf.saxon', module: 'saxon' all*.exclude group: 'stax', module: 'stax-api' all*.exclude group: 'xml-apis', module: 'xml-apis' @@ -138,6 +139,7 @@ configurations { all*.exclude module: 'log4j-slf4j-impl' all*.exclude module: 'pipelineCNDAXNAT' all*.exclude module: 'slf4j-simple' + all*.exclude module: 'xnatsrb' } dependencies {