From 975116c4a5dcca7325f67ae14bcf24088b6ad448 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 4 Apr 2025 10:58:28 +0200 Subject: [PATCH] Bump sop-java to 10.1.1-SNAPSHOT and remove workaround for native image configuration --- bc-sop-cli/pom.xml | 65 ---------------------------------------------- pom.xml | 6 ++--- 2 files changed, 3 insertions(+), 68 deletions(-) diff --git a/bc-sop-cli/pom.xml b/bc-sop-cli/pom.xml index f869df2..a8b4868 100644 --- a/bc-sop-cli/pom.xml +++ b/bc-sop-cli/pom.xml @@ -117,71 +117,6 @@ - - - - org.codehaus.mojo - exec-maven-plugin - 3.0.0 - - - generateGraalReflectionConfig - process-classes - - java - - - true - true - picocli.codegen.aot.graalvm.ReflectionConfigGenerator - - --output=${artifactId}/target/classes/META-INF/native-image/${project.groupId}/${project.artifactId}/reflect-config.json - sop.cli.picocli.SopCLI - - - - - generateGraalDynamicProxyConfig - process-classes - - java - - - true - true - picocli.codegen.aot.graalvm.DynamicProxyConfigGenerator - - --output=${artifactId}/target/classes/META-INF/native-image/${project.groupId}/${project.artifactId}/proxy-config.json - sop.cli.picocli.SopCLI - - - - - generateGraalResourceConfig - process-classes - - java - - - true - true - picocli.codegen.aot.graalvm.ResourceConfigGenerator - - --output=${artifactId}/target/classes/META-INF/native-image/${project.groupId}/${project.artifactId}/resource-config.json - sop.cli.picocli.SopCLI - - - - - - - info.picocli - picocli-codegen - ${picocli.version} - jar - - - diff --git a/pom.xml b/pom.xml index e522f76..98384fb 100644 --- a/pom.xml +++ b/pom.xml @@ -48,17 +48,17 @@ org.pgpainless sop-java - 10.0.3-SNAPSHOT + 10.1.1-SNAPSHOT org.pgpainless sop-java-picocli - 10.0.3-SNAPSHOT + 10.1.1-SNAPSHOT org.pgpainless sop-java-testfixtures - 10.0.3-SNAPSHOT + 10.1.1-SNAPSHOT test