From 647bfe1960853ad1d8ad296b7699cb02b164e023 Mon Sep 17 00:00:00 2001 From: imedina Date: Fri, 13 Oct 2023 16:33:44 +0100 Subject: [PATCH] pom: upgrade dependency plugin version --- cellbase-lib/pom.xml | 4 +++ pom.xml | 64 ++++++++++++++++---------------------------- 2 files changed, 27 insertions(+), 41 deletions(-) diff --git a/cellbase-lib/pom.xml b/cellbase-lib/pom.xml index aa3e2387e..0bc93eeff 100644 --- a/cellbase-lib/pom.xml +++ b/cellbase-lib/pom.xml @@ -135,6 +135,10 @@ org.codehaus.jackson jackson-mapper-asl + + io.jsonwebtoken + jjwt-api + org.eclipse.jetty jetty-util-ajax diff --git a/pom.xml b/pom.xml index 6a7fc1200..737612635 100644 --- a/pom.xml +++ b/pom.xml @@ -425,28 +425,6 @@ src/test/java - - org.apache.maven.plugins - maven-dependency-plugin - 3.5.0 - - - analyze - - analyze-only - - - true - - org.eclipse.jetty:jetty-util-ajax - - - org.apache.avro:avro - - - - - org.apache.maven.plugins maven-compiler-plugin @@ -524,25 +502,6 @@ - - - - - - - - - - - - - - - - - - - org.jacoco jacoco-maven-plugin @@ -582,6 +541,29 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.0 + + + analyze + + analyze-only + + + true + + org.eclipse.jetty:jetty-util-ajax + + + org.apache.avro:avro + io.jsonwebtoken:jjwt-api + + + + +