소스 검색

删掉原来的模块module_ems,新模块为jeecg_module_ems

LLL 1 년 전
부모
커밋
082687e1a2
3개의 변경된 파일2개의 추가작업 그리고 15개의 파일을 삭제
  1. 2 2
      jeecg-module-system/jeecg-system-start/pom.xml
  2. 0 12
      module_ems/pom.xml
  3. 0 1
      pom.xml

+ 2 - 2
jeecg-module-system/jeecg-system-start/pom.xml

@@ -24,10 +24,10 @@
             <artifactId>jeecg-module-demo</artifactId>
             <version>${jeecgboot.version}</version>
         </dependency>
-        <!-- module_ems 模块 -->
+        <!-- jeecg_module_ems 模块 -->
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
-            <artifactId>module_ems</artifactId>
+            <artifactId>jeecg_module_ems</artifactId>
             <version>${jeecgboot.version}</version>
         </dependency>
     </dependencies>

+ 0 - 12
module_ems/pom.xml

@@ -1,12 +0,0 @@
-<?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">
-    <modelVersion>4.0.0</modelVersion>
-
-    <groupId>org.jeecgframework.boot</groupId>
-    <artifactId>module_ems</artifactId>
-    <version>3.4.3</version>
-
-
-</project>

+ 0 - 1
pom.xml

@@ -65,7 +65,6 @@
         <module>jeecg-boot-base-core</module>
         <module>jeecg-module-demo</module>
         <module>jeecg-module-system</module>
-		<module>module_ems</module>
         <module>jeecg_module_ems</module>
     </modules>