summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-03 11:37:55 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:27 +0200
commit45a16605fe7caa2ebcbc1068fa2b48cbfa3b28c1 (patch)
treebde1704121521df79ecf0ffb0d5b4c0c7f81ea0b /jdisc_core_test
parent6f96b439fb93764e718d7dd6df91e12e8ea27b0c (diff)
Stop providing guice.assistedinject, not used by vespa or tenants.
- Artifact: com.google.inject.extensions:guice-assistedinject - Package that was exported: com.google.inject.assistedinject
Diffstat (limited to 'jdisc_core_test')
-rw-r--r--jdisc_core_test/test_bundles/cert-k-pkgs/src/main/java/com/yahoo/jdisc/bundle/k/CertificateK.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/jdisc_core_test/test_bundles/cert-k-pkgs/src/main/java/com/yahoo/jdisc/bundle/k/CertificateK.java b/jdisc_core_test/test_bundles/cert-k-pkgs/src/main/java/com/yahoo/jdisc/bundle/k/CertificateK.java
index 68517c8491b..0c3e6e25bae 100644
--- a/jdisc_core_test/test_bundles/cert-k-pkgs/src/main/java/com/yahoo/jdisc/bundle/k/CertificateK.java
+++ b/jdisc_core_test/test_bundles/cert-k-pkgs/src/main/java/com/yahoo/jdisc/bundle/k/CertificateK.java
@@ -20,7 +20,6 @@ public class CertificateK {
private final com.google.common.reflect.Reflection reflection = null;
private final com.google.common.util.concurrent.AbstractIdleService idleService = null;
private final com.google.inject.AbstractModule module = null;
- private final com.google.inject.assistedinject.Assisted assisted = null;
private final com.google.inject.binder.AnnotatedConstantBindingBuilder builder = null;
private final com.google.inject.matcher.Matchers matchers = null;
private final com.google.inject.multibindings.MapBinder<String, String> mapBinder = null;