初始化项目
This commit is contained in:
28
auto-solution-behaviour/pom.xml
Normal file
28
auto-solution-behaviour/pom.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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>solution</artifactId>
|
||||
<groupId>com.solution</groupId>
|
||||
<version>3.9.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>solution-behaviour</artifactId>
|
||||
|
||||
<description>
|
||||
behaviour模块
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- 通用工具-->
|
||||
<dependency>
|
||||
<groupId>com.solution</groupId>
|
||||
<artifactId>solution-common</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
9
pom.xml
9
pom.xml
@@ -9,7 +9,6 @@
|
||||
<version>3.9.1</version>
|
||||
|
||||
<name>auto-solution</name>
|
||||
<url>http://www.ruoyi.vip</url>
|
||||
<description>方案自动化生成</description>
|
||||
|
||||
<properties>
|
||||
@@ -218,11 +217,19 @@
|
||||
<version>${solution.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 行为树模块-->
|
||||
<dependency>
|
||||
<groupId>com.solution</groupId>
|
||||
<artifactId>solution-behaviour</artifactId>
|
||||
<version>${solution.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<modules>
|
||||
<module>auto-solution-admin</module>
|
||||
<module>auto-solution-behaviour</module>
|
||||
<module>auto-solution-framework</module>
|
||||
<module>auto-solution-system</module>
|
||||
<module>auto-solution-quartz</module>
|
||||
|
||||
Reference in New Issue
Block a user