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

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


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

commit 58879618ae51b068587b511dff8a0541d8541131
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 12d7ad250d..105402e239 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -408,11 +408,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>
@@ -438,11 +433,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