bwie-cloud/bwie-common/pom.xml

30 lines
966 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.bwie</groupId>
<artifactId>bwie</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>bwie-common-log</module>
<module>bwie-common-core</module>
<module>bwie-common-redis</module>
<module>bwie-common-seata</module>
<module>bwie-common-swagger</module>
<module>bwie-common-security</module>
<module>bwie-common-datascope</module>
<module>bwie-common-datasource</module>
</modules>
<artifactId>bwie-common</artifactId>
<packaging>pom</packaging>
<description>
bwie-common通用模块
</description>
</project>