aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-25 10:41:26 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-25 10:41:31 -0400
commitf99e9004df3fd1e51021ca30e8a78baa2c064d38 (patch)
tree0da928570b4f9801e27d8093ba6170fbf1724b5a
parente9ffc0e4ea6d78c47a484f8346c346f205db25d9 (diff)
Exclude commons-beanutils1.0.3
Issue-ID: AAI-2393 Change-Id: I690288c7c3bd622b4497a0de76edd9be5e355778 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-schema/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 127aa25..66ce583 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -61,6 +61,12 @@
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>0.11.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>