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 9dea7eccf7501cc9a2cf0b5cc4035a88c371f4e5 Author: Nicolas Filotto <essob...@users.noreply.github.com> 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>