From 973d0dcbb5db3f4f4dd58a25341f905a8b004bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Coll=20Morag=C3=B3n?= Date: Wed, 13 Dec 2023 10:27:10 +0000 Subject: [PATCH] storage: Remove test scope from log4j, cellbase and zookeeper. #TASK-5394 --- .../opencga-storage-hadoop-core/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/pom.xml b/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/pom.xml index 59a7f4570bb..d7c60394ec9 100644 --- a/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/pom.xml +++ b/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/pom.xml @@ -142,12 +142,10 @@ org.opencb.cellbase cellbase-client - test org.apache.logging.log4j log4j-core - test org.apache.parquet @@ -164,7 +162,6 @@ org.apache.zookeeper zookeeper - test org.opencb.commons @@ -224,7 +221,6 @@ org.apache.logging.log4j log4j-api - test com.fasterxml.jackson.core @@ -300,6 +296,12 @@ * + + org.apache.logging.log4j:log4j-api + org.apache.logging.log4j:log4j-core + org.opencb.cellbase:cellbase-client + org.apache.zookeeper:zookeeper +