diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-11-05 14:12:48 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-11-05 14:12:48 +0100 |
commit | ac4958ae6d30e60c5cf0bd66ce8f3c79191c6726 (patch) | |
tree | 6c00ca1e66cb5ac4344012904af40ca4e172ab32 | |
parent | 7253c2b707c1ac985fee1f6ed7ab45757a67b797 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |