You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/01/08 17:58:57 UTC

[camel] 03/12: CAMEL-17435: removed javax.annotation:javax.annotation-api as a default dependency for the whole Camel project

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0ea969a7344fb9493b26d9f25a985369219e603e
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Jan 6 13:56:48 2022 +0100

    CAMEL-17435: removed javax.annotation:javax.annotation-api as a default dependency for the whole Camel project
---
 parent/pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 701a0b0..af050df 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4049,15 +4049,17 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+
+            <dependency>
+                <groupId>javax.annotation</groupId>
+                <artifactId>javax.annotation-api</artifactId>
+                <version>${javax-annotation-api-version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <dependencies>
-        <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-            <version>${javax-annotation-api-version}</version>
-        </dependency>
+
 
         <dependency>
             <groupId>jakarta.xml.bind</groupId>