|
@@ -0,0 +1,110 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
+ <parent>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-modules</artifactId>
|
|
|
|
|
+ <version>${revision}</version>
|
|
|
|
|
+ </parent>
|
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
+
|
|
|
|
|
+ <artifactId>ruoyi-product</artifactId>
|
|
|
|
|
+
|
|
|
|
|
+ <description>
|
|
|
|
|
+ ruoyi-product产品模块
|
|
|
|
|
+ </description>
|
|
|
|
|
+
|
|
|
|
|
+ <dependencies>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-nacos</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-sentinel</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- RuoYi Common Log -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-log</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-service-impl</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-doc</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-web</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-mybatis</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-dubbo</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-seata</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-idempotent</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-tenant</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-security</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-translation</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-sensitive</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-common-encrypt</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- RuoYi Api System -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-api-system</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.dromara</groupId>
|
|
|
|
|
+ <artifactId>ruoyi-api-resource</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
+
|
|
|
|
|
+</project>
|