This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.2 by this push:
     new b6cb86fb6a PHOENIX-7431 Duplicate dependency on jackson in 
phoenix-core (#2004)
b6cb86fb6a is described below

commit b6cb86fb6a1bad689c2b603c8ef7f1a23703e832
Author: szucsvillo <[email protected]>
AuthorDate: Wed Oct 16 09:36:36 2024 +0200

    PHOENIX-7431 Duplicate dependency on jackson in phoenix-core (#2004)
---
 phoenix-core/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 17578eee93..5d5879d372 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -396,11 +396,6 @@
             <artifactId>commons-lang3</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-core</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>com.ibm.icu</groupId>
             <artifactId>icu4j</artifactId>
@@ -426,11 +421,6 @@
             <artifactId>commons-codec</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-databind</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.hdrhistogram</groupId>
             <artifactId>HdrHistogram</artifactId>

Reply via email to