Fixed Nexus IQ Issue 87/43287/1
authorYuanHu <yuan.hu1@zte.com.cn>
Tue, 17 Apr 2018 08:10:13 +0000 (16:10 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Tue, 17 Apr 2018 08:10:13 +0000 (16:10 +0800)
exclusion com.eclipsesource.jaxrs: jersey-all from dependencies

Issue-ID: SDC-805

Change-Id: Ia294660064d85b6a01338d41507765547b32a290
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
sdc-workflow-designer-server/pom.xml

index 6ecf11c..0e5c8b1 100644 (file)
             <groupId>com.eclipsesource.jaxrs</groupId>
             <artifactId>consumer</artifactId>
             <version>${jaxrs.consumer.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.eclipsesource.jaxrs</groupId>
+                    <artifactId>jersey-all</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>