add - 报表模块
parent
47ccc3a64c
commit
f4ab9ad92c
@ -0,0 +1,33 @@
|
|||||||
|
<?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>aucma</artifactId>
|
||||||
|
<groupId>com.aucma</groupId>
|
||||||
|
<version>3.8.6</version>
|
||||||
|
</parent>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<artifactId>aucma-report</artifactId>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
报表模块
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
|
||||||
|
<!-- 基础数据-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.aucma</groupId>
|
||||||
|
<artifactId>aucma-base</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<!-- 生产模块-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.aucma</groupId>
|
||||||
|
<artifactId>aucma-production</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
</project>
|
Loading…
Reference in New Issue