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 eb5b614137 Revert "PHOENIX-7431 Duplicate dependency on jackson in
phoenix-core (#2004)"
eb5b614137 is described below
commit eb5b6141372eef4f446def2c58d12c9525030bef
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Oct 16 13:02:47 2024 +0200
Revert "PHOENIX-7431 Duplicate dependency on jackson in phoenix-core
(#2004)"
This reverts commit b6cb86fb6a1bad689c2b603c8ef7f1a23703e832.
---
phoenix-core/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 5d5879d372..17578eee93 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -396,6 +396,11 @@
<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>
@@ -421,6 +426,11 @@
<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>