exclude banned dependencies

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-09-03 21:10:41 +10:00
parent f4dc2661b1
commit f4c587c36f
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,12 @@
<artifactId>pax-url-aether</artifactId>
<version>${pax.url.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>