From c0c092845e54ee547c5dc8aef59f87cd09221e71 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 12 五月 2023 17:02:13 +0800 Subject: [PATCH] 删除了opo,增加了其他业务模块 --- smartor-mams/pom.xml | 29 ++++++++++++++ smartor-pms/pom.xml | 29 ++++++++++++++ smartor-mms/pom.xml | 29 ++++++++++++++ 3 files changed, 87 insertions(+), 0 deletions(-) diff --git a/smartor-mams/pom.xml b/smartor-mams/pom.xml new file mode 100644 index 0000000..a58051c --- /dev/null +++ b/smartor-mams/pom.xml @@ -0,0 +1,29 @@ +<?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> + <artifactId>ruoyi</artifactId> + <groupId>com.ruoyi</groupId> + <version>3.8.5</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>smartor-mams</artifactId> + + <description> + quartz瀹氭椂浠诲姟 + </description> + + <dependencies> + + + <!-- 閫氱敤宸ュ叿--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common</artifactId> + </dependency> + + </dependencies> + +</project> \ No newline at end of file diff --git a/smartor-mms/pom.xml b/smartor-mms/pom.xml new file mode 100644 index 0000000..99dcd8c --- /dev/null +++ b/smartor-mms/pom.xml @@ -0,0 +1,29 @@ +<?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> + <artifactId>ruoyi</artifactId> + <groupId>com.ruoyi</groupId> + <version>3.8.5</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>smartor-mms</artifactId> + + <description> + quartz瀹氭椂浠诲姟 + </description> + + <dependencies> + + + <!-- 閫氱敤宸ュ叿--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common</artifactId> + </dependency> + + </dependencies> + +</project> \ No newline at end of file diff --git a/smartor-pms/pom.xml b/smartor-pms/pom.xml new file mode 100644 index 0000000..250d078 --- /dev/null +++ b/smartor-pms/pom.xml @@ -0,0 +1,29 @@ +<?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> + <artifactId>ruoyi</artifactId> + <groupId>com.ruoyi</groupId> + <version>3.8.5</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>smartor-pms</artifactId> + + <description> + quartz瀹氭椂浠诲姟 + </description> + + <dependencies> + + + <!-- 閫氱敤宸ュ叿--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common</artifactId> + </dependency> + + </dependencies> + +</project> \ No newline at end of file -- Gitblit v1.9.3