Fix the security issue of esr server.
[aai/esr-server.git] / esr-mgr / pom.xml
index 58d7932..33a0c1c 100644 (file)
         <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-jersey2-jaxrs</artifactId>
+                       <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.dataformat</groupId>
+                                       <artifactId>jackson-dataformat-xml</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
                        <version>2.9.4</version>
+                       <exclusions>
+                <exclusion>
+                    <groupId>com.github.roskart.dropwizard-jaxws</groupId>
+                                       <artifactId>dropwizard-jaxws</artifactId>
+                </exclusion>
+            </exclusions>
                </dependency>
         <!-- jersey -->
         <dependency>