summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java b/jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java
index 2f2b497f3b4..c59423fa700 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java
@@ -54,9 +54,6 @@ public class ExportPackages {
.append("com.yahoo.jdisc.service, ")
.append("com.yahoo.jdisc.statistics, ")
- .append("javax.annotation;version=1.2, ") // TODO Vespa 8: remove after removing Jersey
- .append("javax.annotation.security;version=1.2, ") // (If more 3rd party libraries require these, we may have to provide and export anyway
-
.append("javax.inject;version=1.0.0, ") // Included in guice, but not exported. Needed by container-jersey.
.append("org.aopalliance.intercept, ")
.append("org.aopalliance.aop");