summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-04-17 17:28:14 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-04-17 17:28:14 +0800
commit5c449feb6cae7a1a9282d18a0ec0abe098283884 (patch)
tree54c48b21a21852c8f1978fa066c11d8f5524af44
parent53da5bde7d6329468814cab133f974be5a12bd9d (diff)
Exclude jackson-dataformat-xml
Exclude com.fasterxml.jackson.dataformat: jackson-dataformat-xml from dependencies Issue-ID: SDC-805 Change-Id: Ibf636bcd3d340064fa754b51873e71dba403fc63 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
-rw-r--r--sdc-workflow-designer-server/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-workflow-designer-server/pom.xml b/sdc-workflow-designer-server/pom.xml
index 0e5c8b19..89b4b7bd 100644
--- a/sdc-workflow-designer-server/pom.xml
+++ b/sdc-workflow-designer-server/pom.xml
@@ -118,6 +118,12 @@
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<version>${swagger.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- jersey -->