summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-02 00:32:55 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:25 +0200
commit659c849956d53fa18626bcb413e266759ef787cb (patch)
tree7dcd0dee0b2d7d11e0742abe0d67b062a8a1fd07 /jdisc_core
parent851cafb4d3c00b0042bb69b62ff605464583ab3c (diff)
Remove workaround to export javax.annotation[.security]
- These exports were required by Jersey bundles.
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");