This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 980182df76 Ref #4220: Upgrade to SRU2022-10.0.1 (#4992)
980182df76 is described below
commit 980182df76494b89d60cad2764f89c443b29b0df
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu Jun 15 21:35:07 2023 +0200
Ref #4220: Upgrade to SRU2022-10.0.1 (#4992)
## Motivation
After migrating to Upgrade to SRU2022-10.0.0, some tests failed due to [a
reflection issue when serializing the MX messages in JSON
](https://github.com/prowide/prowide-iso20022/pull/83#issuecomment-1580150900).
## Modifications
* Removes the temporary workaround
---
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>