This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b835623 Drop Java 8
b835623 is described below
commit b835623692ab77cbb2112926c36a4439cd763c73
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 24 15:07:24 2021 +0100
Drop Java 8
---
components/camel-joor/pom.xml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/components/camel-joor/pom.xml b/components/camel-joor/pom.xml
index ed6349c..7f766b9 100644
--- a/components/camel-joor/pom.xml
+++ b/components/camel-joor/pom.xml
@@ -49,7 +49,6 @@
<artifactId>camel-support</artifactId>
</dependency>
- <!-- requires Java 11 or 14 -->
<dependency>
<groupId>org.jooq</groupId>
<artifactId>joor</artifactId>
@@ -74,18 +73,4 @@
</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