You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2021/07/13 17:14:48 UTC

[camel] branch camel-3.11.x updated: [CAMEL-16803]remove unnecessary dependency from JDK9+ profile

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

ffang pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new a2a8bbb  [CAMEL-16803]remove unnecessary dependency from JDK9+ profile
a2a8bbb is described below

commit a2a8bbb5738ea942474a6154e7c850bc2b41a420
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Jul 13 13:05:07 2021 -0400

    [CAMEL-16803]remove unnecessary dependency from JDK9+ profile
    
    (cherry picked from commit f7880ebbd075ef8279971f526a6d15832595fcec)
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4019726..933f9dd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4972,11 +4972,6 @@
                     <artifactId>geronimo-jta_1.1_spec</artifactId>
                 </dependency>
                 <dependency>
-                    <groupId>org.jboss.spec.javax.rmi</groupId>
-                    <artifactId>jboss-rmi-api_1.0_spec</artifactId>
-                    <version>1.0.6.Final</version>
-                </dependency>
-                <dependency>
                     <groupId>org.glassfish.jaxb</groupId>
                     <artifactId>jaxb-runtime</artifactId>
                     <version>${glassfish-jaxb-runtime-version}</version>