You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/04/25 19:51:56 UTC

[maven-resolver] 01/01: Add Annotation API removed in Java 11

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch annotation-predestroy
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit 1189bc9f8f9493b8cc1576d02fb49500c5b54fc5
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 25 21:51:19 2021 +0200

    Add Annotation API removed in Java 11
---
 maven-resolver-impl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/maven-resolver-impl/pom.xml b/maven-resolver-impl/pom.xml
index a51b11d..f5a6c3c 100644
--- a/maven-resolver-impl/pom.xml
+++ b/maven-resolver-impl/pom.xml
@@ -69,6 +69,11 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+        <groupId>javax.annotation</groupId>
+        <artifactId>javax.annotation-api</artifactId>
+        <version>1.3.2</version>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.inject</artifactId>
       <scope>provided</scope>