summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-01 09:55:59 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-01 09:55:59 +0200
commiteaa72e3a68fb545a2a56968edeb3522785022e8d (patch)
treedde792c11bdc71a16fc656ae0958e83ff04f414d /container-dev
parentf31a34b51e90d89c1618acd4130998d3786612b0 (diff)
Exclude from being provided by container
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 0120a6c82fe..96aa120d42f 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -33,6 +33,10 @@
<groupId>org.jvnet.hudson</groupId>
<artifactId>annotation-indexer</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>javax.activation-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>