From 155709b3e3a3a4f2f320e449a5bbaf6b840196f0 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Sun, 08 Mar 2026 14:12:02 +0800
Subject: [PATCH] 1

---
 trading-order-common/pom.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/trading-order-common/pom.xml b/trading-order-common/pom.xml
index 81d25f0..12fa28b 100644
--- a/trading-order-common/pom.xml
+++ b/trading-order-common/pom.xml
@@ -29,6 +29,23 @@
             <artifactId>s3</artifactId>
         </dependency>
 
+
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>fluent-hc</artifactId>
+            <version>4.5.13</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.13</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.14.0</version>
+        </dependency>
+
         <dependency>
             <groupId>net.coobird</groupId>
             <artifactId>thumbnailator</artifactId>

--
Gitblit v1.9.3