diff --git a/.github/workflows/ci-jdk21.yml b/.github/workflows/ci-jdk21.yml
index e44b835..9b792d4 100644
--- a/.github/workflows/ci-jdk21.yml
+++ b/.github/workflows/ci-jdk21.yml
@@ -49,4 +49,4 @@ jobs:
EOF
- name: Build
run: |
- mvn clean install -P '!toolchain'
+ mvn clean install -P '!toolchain' -Papache-build
diff --git a/pom.xml b/pom.xml
index 1bc7e8d..ed4d17b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,12 @@ under the License.
test
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
+
org.slf4j
slf4j-jdk14
@@ -312,17 +318,22 @@ under the License.
+
+
+ apache-build
+
+
+ apache-releases
+ apache releases
+ https://repository.apache.org/content/repositories/releases/
+
+
+ apache-snapshots
+ apache snapshots
+ https://repository.apache.org/content/repositories/snapshots/
+
+
+
+
-
-
- apache-releases
- apache releases
- https://repository.apache.org/content/repositories/releases/
-
-
- apache-snapshots
- apache snapshots
- https://repository.apache.org/content/repositories/snapshots/
-
-