|
|
|
@ -70,31 +70,40 @@
|
|
|
|
|
<artifactId>ruoyi-common-seata</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- RuoYi Api System -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-api-system</artifactId>
|
|
|
|
|
<artifactId>ruoyi-common-idempotent</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-api-resource</artifactId>
|
|
|
|
|
<artifactId>ruoyi-common-tenant</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-common-idempotent</artifactId>
|
|
|
|
|
<artifactId>ruoyi-common-security</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-common-tenant</artifactId>
|
|
|
|
|
<artifactId>ruoyi-common-translation</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-common-sensitive</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- RuoYi Api System -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-common-translation</artifactId>
|
|
|
|
|
<artifactId>ruoyi-api-system</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
<artifactId>ruoyi-common-sensitive</artifactId>
|
|
|
|
|
<artifactId>ruoyi-api-resource</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|