2025-06-02 21:30:55 +08:00

58 lines
1.6 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>boyue-models</artifactId>
<groupId>com.boyue</groupId>
<version>3.8.9-G</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>boyue-models-starter</artifactId>
<description>
中间件
</description>
<dependencies>
<!-- 定时任务模块 -->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-quartz</artifactId>
</dependency>
<!-- 代码生成模块 -->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-generator</artifactId>
</dependency>
<!-- 在线开发模块 -->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-online</artifactId>
</dependency>
<!-- 消息模块 -->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-message</artifactId>
</dependency>
<!-- 消息模块-->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-form</artifactId>
</dependency>
<!-- 淮安市司法局模块 -->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-hasfj</artifactId>
</dependency>
</dependencies>
</project>