You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/04/09 08:08:50 UTC

[camel] branch master updated: Enable tests for camel-cxf on JDK 11

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a7f9bb1  Enable tests for camel-cxf on JDK 11
a7f9bb1 is described below

commit a7f9bb10fc186e4bac4e6fa1eb3d37b441286dab
Author: jpoth <po...@gmail.com>
AuthorDate: Tue Apr 9 10:08:38 2019 +0200

    Enable tests for camel-cxf on JDK 11
---
 components/camel-cxf/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index f7f5c52..453e8ba 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -495,25 +495,5 @@
                 </dependency>
             </dependencies>
         </profile>
-        <profile>
-            <id>java9+</id>
-            <activation>
-                <jdk>[9,)</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <excludes>
-                                <!--ignore tests until CXF-7520 is resolved and released-->
-                                <exclude>**/**</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 </project>