summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-23 01:46:52 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:22 +0200
commit9454a11024eaf9c3a820c92f6a80902d2d46e1ec (patch)
treeed8d2040e09fb87c7f69114c0718d0988b684926 /jdisc_core
parent0f7b78a5f3a4456cdae0f68c7c50d47ce9607de4 (diff)
Remove javax.annotation-api as provided dependency.
.. and from jdisc_core
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 97b9db4462d..851ab5d3bf7 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -42,11 +42,6 @@
<version>1.4.01</version>
</dependency>
<dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>javax.annotation-api</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
@@ -233,7 +228,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/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>
<argument>${project.build.directory}/dependency/slf4j-jdk14.jar</argument>