aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2018-11-05 14:12:48 +0100
committersebdet <sebastien.determe@intl.att.com>2018-11-05 14:12:48 +0100
commitac4958ae6d30e60c5cf0bd66ce8f3c79191c6726 (patch)
tree6c00ca1e66cb5ac4344012904af40ca4e172ab32
parent7253c2b707c1ac985fee1f6ed7ab45757a67b797 (diff)
Remove XACML
Remove XACML from dependencies due to licensing issue Issue-ID: CLAMP-245 Change-Id: I5e325d13546369c7748736d56382b95c97c922df Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c9014fee..72f62f03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,6 +451,10 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.att.research.xacml</groupId>
+ <artifactId>xacml</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>