Exclude glassfish jaxb 19/106519/1
authorJim Hahn <jrh3@att.com>
Thu, 23 Apr 2020 18:14:28 +0000 (14:14 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 23 Apr 2020 18:16:40 +0000 (14:16 -0400)
Added exclusion for glassfish jaxb to eliminate security issue.

Issue-ID: POLICY-2521
Change-Id: I16016514c5e033be208c79877900d7e9dc0c3d21
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml

index 1ec5a34..0af7539 100644 (file)
                 <groupId>org.glassfish.jersey.core</groupId>
                 <artifactId>jersey-server</artifactId>
                 <version>${version.jersey}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.glassfish.jersey.media</groupId>
+                        <artifactId>jersey-media-jaxb</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>