From 642dac3e705380eea241648f875836e64dbc809e Mon Sep 17 00:00:00 2001 From: sean.zhou <sean.zhou@dji.com> Date: Thu, 18 May 2023 17:43:06 +0800 Subject: [PATCH] Merge branch 'v1.5.0' What's new? 1. Add new model: DJI Matrices 350 RTK. 2. Update file hms.json. 3. Fixed some issues. --- pom.xml | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index e71dc5f..9bc22a3 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.dji</groupId> <artifactId>cloud-api-sample</artifactId> - <version>1.1.0</version> + <version>1.5.0</version> <name>cloud-api-sample</name> <properties> @@ -156,6 +156,30 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> + + <dependency> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>2.1.3</version> + </dependency> + + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + </dependency> + + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.69</version> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + </dependency> + + </dependencies> <build> -- Gitblit v1.9.3