From 659c849956d53fa18626bcb413e266759ef787cb Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 2 Jun 2022 00:32:55 +0200 Subject: Remove workaround to export javax.annotation[.security] - These exports were required by Jersey bundles. --- jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'jdisc_core/src') 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"); -- cgit v1.2.3