From 0ddfab15b32dc054464d75c695999fa76c3b9b78 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 03 一月 2025 17:33:50 +0800 Subject: [PATCH] 1. 卫星遥测数据的融合 --- pom.xml | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index c6f7fd6..b8e37db 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.5</version> + <version>2.8.6</version> </dependency> <!--鍒嗛〉--> @@ -211,6 +211,44 @@ <artifactId>jfreechart</artifactId> <version>1.5.3</version> </dependency> + <!-- Httpclient--> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <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