summaryrefslogtreecommitdiffstats
path: root/jdisc_core
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
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')
-rw-r--r--jdisc_core/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 851ab5d3bf7..1c5933a02e6 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -74,18 +74,6 @@
<classifier>no_aop</classifier> <!-- Non-AOP version required for Java 8 compatibility -->
</dependency>
<dependency>
- <groupId>com.google.inject.extensions</groupId>
- <artifactId>guice-assistedinject</artifactId>
- <scope>compile</scope>
- <exclusions>
- <!-- Depends on AOP version of Guice, which is not Java 8 compatible -->
- <exclusion>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<scope>compile</scope>
@@ -227,7 +215,6 @@
<argument>${exportPackagesFile}</argument>
<argument>__REPLACE_VERSION__${project.build.directory}/dependency/guava.jar</argument>
<argument>${project.build.directory}/dependency/guice-no_aop.jar</argument>
- <argument>${project.build.directory}/dependency/guice-assistedinject.jar</argument>
<argument>${project.build.directory}/dependency/org.apache.felix.log.jar</argument>
<argument>${project.build.directory}/dependency/slf4j-api.jar</argument>
<argument>${project.build.directory}/dependency/slf4j-jdk14.jar</argument>