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/pom.xml | 23 ++++++++++++++++-------
1 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/smartor/pom.xml b/smartor/pom.xml
index 0034496..b74987a 100644
--- a/smartor/pom.xml
+++ b/smartor/pom.xml
@@ -2,19 +2,28 @@
<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">
- <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
+ <groupId>com.ruoyi</groupId>
<version>3.8.5</version>
</parent>
+ <modelVersion>4.0.0</modelVersion>
<artifactId>smartor</artifactId>
- <properties>
- <maven.compiler.source>19</maven.compiler.source>
- <maven.compiler.target>19</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
+ <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