You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/06/15 07:21:42 UTC

[camel-quarkus] branch 4220/upgrade-to-SRU2022-10.0.1 created (now 0d50961d1a)

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 4220/upgrade-to-SRU2022-10.0.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


      at 0d50961d1a Ref #4220: Upgrade to SRU2022-10.0.1

This branch includes the following new commits:

     new 0d50961d1a Ref #4220: Upgrade to SRU2022-10.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/01: Ref #4220: Upgrade to SRU2022-10.0.1

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch 4220/upgrade-to-SRU2022-10.0.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 0d50961d1a66d6133d6a00fa1b0da1255be6cf13
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Thu Jun 15 09:21:36 2023 +0200

    Ref #4220: Upgrade to SRU2022-10.0.1
---
 integration-tests/swift/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/integration-tests/swift/pom.xml b/integration-tests/swift/pom.xml
index fd7b05e972..2e21b72663 100644
--- a/integration-tests/swift/pom.xml
+++ b/integration-tests/swift/pom.xml
@@ -63,17 +63,6 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>--add-opens java.base/java.time=ALL-UNNAMED
-                    </argLine>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
     <profiles>
         <profile>
             <id>native</id>