emis-service/emis-biz-web/pom.xml

36 lines
976 B
XML
Raw Normal View History

2023-11-27 04:49: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>
<groupId>com.xdadan</groupId>
2024-05-06 16:27:33 +00:00
<artifactId>emis</artifactId>
2024-05-06 16:22:34 +00:00
<version>1.0.2</version>
2023-11-27 04:49:09 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
2024-05-06 16:27:33 +00:00
2023-11-27 04:49:09 +00:00
<packaging>jar</packaging>
2024-05-06 16:27:33 +00:00
2023-11-27 04:49:09 +00:00
<artifactId>emis-biz-web</artifactId>
2024-05-06 16:22:34 +00:00
<version>1.0.2</version>
2023-11-27 04:49:09 +00:00
<description>emis web服务入口</description>
<properties>
<java.version>8</java.version>
<target.dir>pub</target.dir>
</properties>
<dependencies>
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-biz</artifactId>
2024-05-06 16:22:34 +00:00
<version>1.0.2</version>
2023-11-27 04:49:09 +00:00
</dependency>
</dependencies>
</project>