43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
|
<?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>security-manage</artifactId>
|
||
|
<groupId>org.security</groupId>
|
||
|
<version>2.8.1.RELEASE</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>security-ops</artifactId>
|
||
|
<name>${project.artifactId}</name>
|
||
|
<version>2.8.1.RELEASE</version>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<modules>
|
||
|
<module>security-develop</module>
|
||
|
<module>security-flow</module>
|
||
|
<module>security-flow-design</module>
|
||
|
<module>security-log</module>
|
||
|
<module>security-swagger</module>
|
||
|
</modules>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.springblade</groupId>
|
||
|
<artifactId>blade-starter-metrics</artifactId>
|
||
|
</dependency>
|
||
|
<!-- <dependency>-->
|
||
|
<!-- <groupId>com.alipay.oceanbase</groupId>-->
|
||
|
<!-- <artifactId>oceanbase-client</artifactId>-->
|
||
|
<!-- <version>2.2.8.1</version>-->
|
||
|
<!-- </dependency>-->
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba</groupId>
|
||
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||
|
<version>1.1.22</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|