|
@@ -80,6 +80,10 @@
|
|
|
<artifactId>duceap-cloud-starter-config-apollo</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dragonsoft</groupId>
|
|
|
+ <artifactId>duceap-security-dcuc</artifactId>
|
|
|
+ </dependency>
|
|
|
<!--配置 duceap 结束-->
|
|
|
|
|
|
<!--配置 dcuc 开始-->
|
|
@@ -199,23 +203,12 @@
|
|
|
<version>1.0.6</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.dragonsoft</groupId>
|
|
|
- <artifactId>duceap-security-dcuc</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!--dids-->
|
|
|
<dependency>
|
|
|
<groupId>com.dragonsoft</groupId>
|
|
|
<artifactId>duceap-security-dids</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.dragonsoft</groupId>
|
|
|
- <artifactId>duceap-security-jwt</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!--测试-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -223,6 +216,11 @@
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dragonsoft</groupId>
|
|
|
+ <artifactId>duceap-security-jwt</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
<!--指定仓库地址-->
|
|
|
<repositories>
|