You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/04/21 11:51:51 UTC

[camel] 01/02: camel-rx: executed CamelOperatorTest on java 9 because the current REST-assured version works on java 9

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

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

commit c413b637692bd3b426b9ffa4bda77d5c1e8445cf
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Apr 21 13:47:10 2018 +0200

    camel-rx: executed CamelOperatorTest on java 9 because the current REST-assured version works on java 9
---
 components/camel-rx/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml
index 98892f9..d5a3189 100644
--- a/components/camel-rx/pom.xml
+++ b/components/camel-rx/pom.xml
@@ -91,26 +91,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
-  <profiles>
-    <profile>
-      <id>jdk9-build</id>
-      <activation>
-        <jdk>9</jdk>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <excludes>
-                <!--TODO: Uses rest-assured which uses groovy which is not supported on Java 9 yet. This module is also deprecated.-->
-                <exclude>**/CamelOperatorTest.java</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>

-- 
To stop receiving notification emails like this one, please contact
pascalschumacher@apache.org.