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 0699d0819dbac1925d360aaff48479e80e1c15f0
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Wed Oct 2 11:56:38 2024 +0200

    Fixes #6576 - test coverage for smb producer
---
 integration-tests/smb/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/integration-tests/smb/pom.xml b/integration-tests/smb/pom.xml
index ece958607a..9c047e7ba9 100644
--- a/integration-tests/smb/pom.xml
+++ b/integration-tests/smb/pom.xml
@@ -91,6 +91,18 @@
             <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>

Reply via email to