This commit is contained in:
parent
14c18c38e9
commit
41cfa4720e
6
pom.xml
6
pom.xml
|
|
@ -232,6 +232,11 @@
|
|||
<version>${ruoyi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>bps-kettle</artifactId>
|
||||
<version>${ruoyi.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
@ -244,6 +249,7 @@
|
|||
<module>ruoyi-common</module>
|
||||
<module>box-test</module>
|
||||
<module>box-bps</module>
|
||||
<module>bps-kettle</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,10 @@
|
|||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>box-bps</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>bps-kettle</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Reference in New Issue