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 b0473c2 Drop Java 8
b0473c2 is described below
commit b0473c2faee1884f767c717e1a8133255742873a
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 24 15:14:21 2021 +0100
Drop Java 8
---
dsl/camel-kotlin-dsl/pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/dsl/camel-kotlin-dsl/pom.xml b/dsl/camel-kotlin-dsl/pom.xml
index b5e560a..6a4f7e6 100644
--- a/dsl/camel-kotlin-dsl/pom.xml
+++ b/dsl/camel-kotlin-dsl/pom.xml
@@ -230,17 +230,4 @@
</plugins>
</build>
- <!-- skip tests on java 8 -->
- <profiles>
- <profile>
- <id>java-8</id>
- <activation>
- <jdk>1.8</jdk>
- </activation>
- <properties>
- <skipTests>true</skipTests>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file