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:52 UTC

[camel] 02/02: camel-servlet: execute ServletAsyncArquillianTest 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 82f6954b7117bcaa05e207903a70d264f1e79949
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Apr 21 13:51:35 2018 +0200

    camel-servlet: execute ServletAsyncArquillianTest on java 9 because the current REST-assured version works on java 9
---
 components/camel-servlet/pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml
index 9f4002c..8e31bbf 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -204,28 +204,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-->
-                <exclude>**/ServletAsyncArquillianTest.java</exclude>
-              </excludes> 
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
-
 </project>

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