Exclude transitive activation-api dependency from swagger (#1582)

This newer version would make bnd resolve the lower bound to 1.2 instead of 1.1 for add-ons.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2020-08-10 09:04:36 +02:00 committed by GitHub
parent d3ea6063c0
commit 42a02ecb53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,12 @@
<artifactId>swagger-jaxrs2</artifactId>
<version>${swagger.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- XStream -->