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
The following commit(s) were added to refs/heads/camel-main by this push:
new 3ba512bb57 Removed mave-compiler source version from smb - shouldn't
be there
3ba512bb57 is described below
commit 3ba512bb57405e3ce87dd65ee82a1e7258e5a99b
Author: JiriOndrusek <[email protected]>
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 e180b6ac65..06db578c2e 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>