From 9ed0b1847912221197697791d69e01ccae17f5b9 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 27 八月 2024 17:36:11 +0800 Subject: [PATCH] 1. 新增NO监测因子 2. 新增第三方数据接口数据获取相关模块 --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 23dbb36..b8e37db 100644 --- a/pom.xml +++ b/pom.xml @@ -217,6 +217,38 @@ <artifactId>httpmime</artifactId> <version>4.5.14</version> </dependency> + <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api --> +<!-- <dependency>--> +<!-- <groupId>javax.xml.ws</groupId>--> +<!-- <artifactId>jaxws-api</artifactId>--> +<!-- <version>2.3.1</version>--> +<!-- </dependency>--> +<!-- <!– https://mvnrepository.com/artifact/org.apache.axis2/axis2-jaxws –>--> +<!-- <dependency>--> +<!-- <groupId>org.apache.axis2</groupId>--> +<!-- <artifactId>axis2-jaxws</artifactId>--> +<!-- <version>1.8.2</version>--> +<!-- </dependency>--> +<!-- <!– https://mvnrepository.com/artifact/org.apache.axis2/axis2-adb –>--> +<!-- <dependency>--> +<!-- <groupId>org.apache.axis2</groupId>--> +<!-- <artifactId>axis2-adb</artifactId>--> +<!-- <version>1.8.2</version>--> +<!-- </dependency>--> +<!-- <!– https://mvnrepository.com/artifact/org.apache.axis2/axis2-transport-base –>--> +<!-- <dependency>--> +<!-- <groupId>org.apache.axis2</groupId>--> +<!-- <artifactId>axis2-transport-base</artifactId>--> +<!-- <version>1.8.2</version>--> +<!-- </dependency>--> + <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2-kernel --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-kernel</artifactId> + <version>1.8.2</version> + </dependency> + + </dependencies> <build> -- Gitblit v1.9.3