summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-14 13:29:59 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:21 +0200
commitf726fe79b84279fe2a80e857125a467f551854ed (patch)
tree9380accb6fd4bd4f844173aa6d19e90e4b91d653 /jdisc_core
parent5da809318217b36a990ec030145a547e9eebaef8 (diff)
Remove guice-multibindings, which is now empty and included in
.. the main guice artifact.
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 1943e2905fa..97b9db4462d 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -83,19 +83,7 @@
<artifactId>guice-assistedinject</artifactId>
<scope>compile</scope>
<exclusions>
- <!-- Depends on AOP version of Guice 3.0, which is not Java 8 compatible -->
- <exclusion>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.google.inject.extensions</groupId>
- <artifactId>guice-multibindings</artifactId>
- <scope>compile</scope>
- <exclusions>
- <!-- Depends on AOP version of Guice 3.0, which is not Java 8 compatible -->
+ <!-- Depends on AOP version of Guice, which is not Java 8 compatible -->
<exclusion>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
@@ -245,7 +233,6 @@
<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/guice-multibindings.jar</argument>
<argument>${project.build.directory}/dependency/javax.annotation-api.jar</argument>
<argument>${project.build.directory}/dependency/org.apache.felix.log.jar</argument>
<argument>${project.build.directory}/dependency/slf4j-api.jar</argument>