From e05e7fec32797ef50570d0daae9d609f5707d4d1 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Thu, 9 Jan 2025 01:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pom=E6=96=87=E4=BB=B6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/java/DisasterWarning/pom.xml | 26 +++++++++++++++---- .../src/main/resources/assembly.xml | 0 2 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 code/java/DisasterWarning/src/main/resources/assembly.xml diff --git a/code/java/DisasterWarning/pom.xml b/code/java/DisasterWarning/pom.xml index bc67e03..a9b2a45 100644 --- a/code/java/DisasterWarning/pom.xml +++ b/code/java/DisasterWarning/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 com.cpic.xim disaster_warning @@ -12,11 +14,18 @@ system ${project.basedir}/lib/ojdbc8.jar + + org.apache.httpcomponents.client5 + httpclient5 + 5.4.1 + + + junit junit @@ -57,17 +66,24 @@ com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.18.2 - + + + + com.fasterxml.jackson.core + jackson-databind + 2.18.2 + com.fasterxml.jackson.core jackson-annotations - 2.9.8 + 2.18.2 diff --git a/code/java/DisasterWarning/src/main/resources/assembly.xml b/code/java/DisasterWarning/src/main/resources/assembly.xml deleted file mode 100644 index e69de29..0000000