cm-cloud/cloud-common-plugin-dictionary/pom.xml

23 lines
791 B
XML
Raw Normal View History

2020-01-30 23:23:12 +08: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">
<parent>
<artifactId>cm-cloud</artifactId>
<groupId>com.cm</groupId>
2021-07-18 22:27:20 +08:00
<version>1.0.2-SNAPSHOT</version>
2020-01-30 23:23:12 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-common-plugin-dictionary</artifactId>
<description>数据字典公共插件</description>
<dependencies>
<dependency>
<groupId>com.cm</groupId>
<artifactId>cloud-common</artifactId>
2021-07-18 22:27:20 +08:00
<version>1.0.2-SNAPSHOT</version>
2020-01-30 23:23:12 +08:00
</dependency>
</dependencies>
</project>