From f7e19137e2cdea64a0d035043ae48f8297edc11f Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Fri, 20 Oct 2023 11:05:38 +0200 Subject: [PATCH] libs: fix unexpected transient dependencies of rados4j fixes commit 2f268fb1d7 rados4j had transient dependencies which are indirectly used by dcache. Make this dependency explicit. Target: master Require-book: no Require-notes: no --- modules/dcache/pom.xml | 19 ++++++++++++++++++- pom.xml | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/modules/dcache/pom.xml b/modules/dcache/pom.xml index 0446dcd7b7f..b1fb6fd9cb1 100644 --- a/modules/dcache/pom.xml +++ b/modules/dcache/pom.xml @@ -124,7 +124,24 @@ com.github.parboiled1 grappa - + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-analysis + + + org.ow2.asm + asm-util + + org.datanucleus datanucleus-core diff --git a/pom.xml b/pom.xml index 8168ec9c197..58fec11b02c 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,8 @@ 1.67 5.2.2 5.2.1 + 7.2 + 5.0.3 @@ -423,7 +425,22 @@ org.ow2.asm asm - 7.2 + ${asm.version} + + + org.ow2.asm + asm-tree + ${asm-tools.version} + + + org.ow2.asm + asm-analysis + ${asm-tools.version} + + + org.ow2.asm + asm-util + ${asm-tools.version} org.datanucleus