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:59:01 UTC

[camel] 07/12: CAMEL-17435: removed org.apache.geronimo.specs:geronimo-jta_1.1_spec 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 56e9df79958c69898789315202fe76314b2d692a
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Jan 6 14:06:39 2022 +0100

    CAMEL-17435: removed org.apache.geronimo.specs:geronimo-jta_1.1_spec as a default dependency for the whole Camel project
---
 parent/pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e98af99..fb06464 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4084,15 +4084,16 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jta_1.1_spec</artifactId>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jta_1.1_spec</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
             <version>${glassfish-jaxb-runtime-version}</version>