From c6dab103c195a5d502a4238f354a914b6254b7cc Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期五, 21 三月 2025 13:41:44 +0800 Subject: [PATCH] sdk更新 --- pom.xml | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 47154b5..dfc0ce5 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> - <scope>test</scope> </dependency> <dependency> @@ -31,16 +30,16 @@ <artifactId>spring-boot-starter-web</artifactId> </dependency> -<!-- <dependency>--> -<!-- <groupId>com.iailab</groupId>--> -<!-- <artifactId>iailab-plat-sdk</artifactId>--> -<!-- <version>1.0.0</version>--> -<!-- </dependency>--> + <dependency> + <groupId>com.iailab</groupId> + <artifactId>iailab-plat-sdk</artifactId> + <version>1.0.0</version> + </dependency> -<!-- <dependency>--> -<!-- <groupId>junit</groupId>--> -<!-- <artifactId>junit</artifactId>--> -<!-- </dependency>--> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> <!-- <dependency>--> <!-- <groupId>com.fasterxml.jackson.core</groupId>--> -- Gitblit v1.9.3