From ea0c21a074f0f5715537c9bbb139a0039ed75bff Mon Sep 17 00:00:00 2001
From: Rick Herrick <jrherrick@wustl.edu>
Date: Wed, 10 Feb 2016 16:16:48 -0600
Subject: [PATCH] Added a couple exclusions to get rid of older dependencies.

---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index 2a8fe3dc..de432bbf 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 {
-- 
GitLab