emis-service/emis-biz/pom.xml

47 lines
1.3 KiB
XML
Raw Normal View History

2023-11-27 04:50:09 +00:00
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
2024-05-06 16:22:34 +00:00
<version>1.0.2</version>
2023-11-27 04:50:09 +00:00
</parent>
<artifactId>emis-biz</artifactId>
2024-05-06 16:22:34 +00:00
<version>1.0.2</version>
2023-11-27 04:50:09 +00:00
<description>emis模块</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-common</artifactId>
2024-05-06 16:22:34 +00:00
<version>1.0.2</version>
2023-11-27 04:50:09 +00:00
</dependency>
2024-05-06 16:22:34 +00:00
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-system</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
2023-11-27 04:50:09 +00:00
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
2024-04-29 05:38:35 +00:00
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.2.4</version>
</dependency>
2023-11-27 04:50:09 +00:00
</dependencies>
</project>