This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a39ebc05185c842bb1eaec8735176c66027c0440 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Thu Oct 17 14:45:05 2024 +0200 Removed mave-compiler source version from smb - shouldn't be there --- integration-tests/smb/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/integration-tests/smb/pom.xml b/integration-tests/smb/pom.xml index 9c047e7ba9..ece958607a 100644 --- a/integration-tests/smb/pom.xml +++ b/integration-tests/smb/pom.xml @@ -91,18 +91,6 @@ <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>8</source> - <target>8</target> - </configuration> - </plugin> - </plugins> - </build> <profiles> <profile>