소스 검색

Merge branch 'develop-v3.0.0' of http://39.106.8.246:3003/FM-dev/fm-cloud into develop-v3.0.0

lixing 4 년 전
부모
커밋
9b70894e2d
2개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  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>