exclude banned dependencies
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
f4dc2661b1
commit
f4c587c36f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue