89 lines
3.1 KiB
XML
89 lines
3.1 KiB
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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-sys</artifactId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
<artifactId>xtools-app-sys-boot</artifactId>
|
|
|
|
<!-- 依赖 -->
|
|
<dependencies>
|
|
<!-- 项目模块 begin -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-sys-biz</artifactId>
|
|
</dependency>
|
|
<!-- 项目模块 end -->
|
|
|
|
<!-- 可选模块 begin -->
|
|
<!-- xtools-app-common-sentinel -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-common-sentinel</artifactId>
|
|
</dependency>
|
|
<!-- xtools-app-monitor-client -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-monitor-client</artifactId>
|
|
</dependency>
|
|
<!-- xtools-app-monitor-health -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-monitor-health</artifactId>
|
|
</dependency>
|
|
<!-- xtools-boot-job-xxl -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-boot-job-xxl</artifactId>
|
|
</dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.xujun</groupId>-->
|
|
<!-- <artifactId>xtools-app-sys-scheduled</artifactId>-->
|
|
<!-- </dependency>-->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-app-sys-log-bus-elasticsearch</artifactId>
|
|
</dependency>
|
|
<!-- xtools-boot-storage-file -->
|
|
<!--<dependency>-->
|
|
<!-- <groupId>org.xujun</groupId>-->
|
|
<!-- <artifactId>xtools-boot-storage-file</artifactId>-->
|
|
<!--</dependency>-->
|
|
<!-- xtools-boot-storage-s3 -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-boot-storage-s3</artifactId>
|
|
</dependency>
|
|
<!-- 可选模块 end -->
|
|
|
|
<!-- xtools-cloud-alibaba-nacos -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-cloud-alibaba-nacos</artifactId>
|
|
</dependency>
|
|
<!-- xtools-cloud-alibaba-sentinel -->
|
|
<dependency>
|
|
<groupId>org.xujun</groupId>
|
|
<artifactId>xtools-cloud-alibaba-sentinel</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<!-- 构建 -->
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.cyclonedx</groupId>
|
|
<artifactId>cyclonedx-maven-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project> |