Bladeren bron

FMS不包含工作历,删除相应目录

yucheng 4 jaren geleden
bovenliggende
commit
def99a4536
2 gewijzigde bestanden met toevoegingen van 0 en 21 verwijderingen
  1. 0 20
      fm-calendar/pom.xml
  2. 0 1
      pom.xml

+ 0 - 20
fm-calendar/pom.xml

@@ -1,20 +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">
-    <parent>
-        <artifactId>fm-cloud</artifactId>
-        <groupId>com.persagy</groupId>
-        <version>3.0.0</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>fm-calendar</artifactId>
-    <packaging>jar</packaging>
-    <dependencies>
-        <dependency>
-            <groupId>org.projectlombok</groupId>
-            <artifactId>lombok</artifactId>
-            <optional>true</optional>
-        </dependency>
-    </dependencies>
-</project>

+ 0 - 1
pom.xml

@@ -16,7 +16,6 @@
     <artifactId>fm-cloud</artifactId>
 
     <modules>
-        <module>fm-calendar</module>
         <module>fm-device</module>
         <module>fm-person</module>
         <module>fm-qrcode</module>