diff options
author | Liam Fallon <liam.fallon@est.tech> | 2020-04-24 12:57:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-24 12:57:41 +0000 |
commit | dd15e836428e90647d29c21be2d032cd8d7f5b9a (patch) | |
tree | 2f038d8521156782c31314be04eb0d3fd42b8cd6 | |
parent | a885667157879d5ca8ba17786af635f0b5983ce5 (diff) | |
parent | bc10a4795da572e2b758c757ce7dec221249da21 (diff) |
Merge "Exclude glassfish jaxb"
-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> |