summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 12:30:17 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 12:30:17 +0800
commit28ab96682e9ab4dcce99a3e687e1917595c22669 (patch)
treeb564669235e18960ef481d34d0a00efd805c9738
parent879a7b02ae4c592b4f9dd98c1d5a7793749bc8b2 (diff)
Excluded Some Dependencies to Fix Nexus Issues
Change-Id: I139cd75aa416813899b72e32930076e6656485dd Issue-ID: HOLMES-123 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 1177075..4bca475 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -149,7 +149,7 @@
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</exclusion>
</exclusions>