From 4cf22dc5f9e48db813e1f4247bea6033f53df645 Mon Sep 17 00:00:00 2001 From: HerrDerb Date: Thu, 10 Jul 2025 12:54:55 +0200 Subject: [PATCH 1/2] Include optional dependecies to avoid warnings --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 57c5a896e8..fefe4c94d6 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,6 @@ com.infradna.tool bridge-method-annotation 1.30 - true com.squareup.okhttp3 @@ -196,7 +195,6 @@ com.github.spotbugs spotbugs-annotations ${spotbugs.version} - provided com.github.npathai From d4cb3d9ae60c8f5632bf53dcf60b7fe5a8ebd02f Mon Sep 17 00:00:00 2001 From: HerrDerb Date: Thu, 10 Jul 2025 13:35:03 +0200 Subject: [PATCH 2/2] Sort pom --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index fefe4c94d6..14fbfdcd93 100644 --- a/pom.xml +++ b/pom.xml @@ -146,6 +146,11 @@ com.fasterxml.jackson.datatype jackson-datatype-jsr310 + + com.github.spotbugs + spotbugs-annotations + ${spotbugs.version} + com.infradna.tool bridge-method-annotation @@ -191,11 +196,6 @@ commons-lang3 3.17.0 - - com.github.spotbugs - spotbugs-annotations - ${spotbugs.version} - com.github.npathai hamcrest-optional @@ -492,10 +492,10 @@ ${basedir}/src/build/eclipse/eclipse.importorder - + - - + +