diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb134128..20f5df9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,7 @@ jobs: - 11 - 17 - 21 - - 22 - # Currently incompatible with awaitility; java.lang.NumberFormatException: For input string: "23-beta" - #- 23-ea + - 23 os: - ubuntu-latest - windows-latest diff --git a/implementation/core/pom.xml b/implementation/core/pom.xml index 745024c6..1c7f74c2 100644 --- a/implementation/core/pom.xml +++ b/implementation/core/pom.xml @@ -49,10 +49,6 @@ org.jboss.logging jboss-logging-annotations - - org.jboss.logging - jboss-logging-processor - org.eclipse.microprofile.metrics @@ -84,6 +80,22 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.jboss.logging + jboss-logging + + + org.jboss.logging + jboss-logging-processor + + + + org.apache.maven.plugins maven-jar-plugin diff --git a/implementation/fault-tolerance/pom.xml b/implementation/fault-tolerance/pom.xml index 4ba2de12..e2e7c1f9 100644 --- a/implementation/fault-tolerance/pom.xml +++ b/implementation/fault-tolerance/pom.xml @@ -61,10 +61,6 @@ org.jboss.logging jboss-logging-annotations - - org.jboss.logging - jboss-logging-processor - org.eclipse.microprofile.config microprofile-config-api @@ -115,6 +111,30 @@ true + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.jboss.logging + jboss-logging + + + org.jboss.logging + jboss-logging-processor + + + + io.smallrye + smallrye-fault-tolerance-autoconfig-processor + + + + + diff --git a/implementation/vertx/pom.xml b/implementation/vertx/pom.xml index 079fba94..d98aa7cd 100644 --- a/implementation/vertx/pom.xml +++ b/implementation/vertx/pom.xml @@ -45,9 +45,27 @@ org.jboss.logging jboss-logging-annotations - - org.jboss.logging - jboss-logging-processor - + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.jboss.logging + jboss-logging + + + org.jboss.logging + jboss-logging-processor + + + + + + +