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

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

commit d3318e2f1dd9c7648b3b636ad200ef84f8478bc3
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 16 13:45:27 2020 +0200

    CAMEL-15697: camel-joor - Camel expression langauge using jOOR runtime java 
compiled.
---
 components/camel-joor/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/components/camel-joor/pom.xml b/components/camel-joor/pom.xml
index 66d4e28..719e4ec 100644
--- a/components/camel-joor/pom.xml
+++ b/components/camel-joor/pom.xml
@@ -63,4 +63,18 @@
         </dependency>
     </dependencies>
 
+    <!-- skip testing on java 8 -->
+    <profiles>
+        <profile>
+            <id>jdk8</id>
+            <activation>
+                <jdk>[,8)</jdk>
+            </activation>
+            <properties>
+                <maven.test.skip.exec>true</maven.test.skip.exec>
+            </properties>
+        </profile>
+    </profiles>
+
+
 </project>
\ No newline at end of file

Reply via email to