diff options
author | Jim Hahn <jrh3@att.com> | 2020-04-23 14:14:28 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-04-23 14:16:40 -0400 |
commit | bc10a4795da572e2b758c757ce7dec221249da21 (patch) | |
tree | 08a9fcaf93d745d73cb6001b4eb32ddb8b6d6b32 /integration/pom.xml | |
parent | efa0bc72fe511e53a4446367fc3e75da68e55f44 (diff) |
Exclude glassfish jaxb
Added exclusion for glassfish jaxb to eliminate security issue.
Issue-ID: POLICY-2521
Change-Id: I16016514c5e033be208c79877900d7e9dc0c3d21
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 1ec5a348..0af7539c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -98,6 +98,12 @@ <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> |