|
@@ -3,9 +3,9 @@
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
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">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<parent>
|
|
- <artifactId>integrated-platform</artifactId>
|
|
|
|
|
|
+ <artifactId>fm-parent</artifactId>
|
|
<groupId>com.persagy</groupId>
|
|
<groupId>com.persagy</groupId>
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
+ <version>3.0.0</version>
|
|
</parent>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
@@ -18,4 +18,23 @@
|
|
<module>fm-task</module>
|
|
<module>fm-task</module>
|
|
<module>fm-workorder</module>
|
|
<module>fm-workorder</module>
|
|
</modules>
|
|
</modules>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
|
+ <artifactId>fm-common</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
|
+ <artifactId>fm-server</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
|
+ <artifactId>integrated-config-client</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
</project>
|
|
</project>
|