mirror of
https://gitee.com/myxzgzs/boyuehasfj-java.git
synced 2025-08-08 06:52:42 +08:00
37 lines
1.1 KiB
XML
37 lines
1.1 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">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<groupId>com.boyue</groupId>
|
||
|
<artifactId>boyue-models</artifactId>
|
||
|
<version>3.8.9-G</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>boyue-hasfj</artifactId>
|
||
|
|
||
|
<properties>
|
||
|
<maven.compiler.source>21</maven.compiler.source>
|
||
|
<maven.compiler.target>21</maven.compiler.target>
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
</properties>
|
||
|
<description>
|
||
|
淮安市司法局模块
|
||
|
</description>
|
||
|
|
||
|
<dependencies>
|
||
|
<!-- 通用工具-->
|
||
|
<dependency>
|
||
|
<groupId>com.boyue</groupId>
|
||
|
<artifactId>boyue-framework</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- 系统框架 -->
|
||
|
<dependency>
|
||
|
<groupId>com.boyue</groupId>
|
||
|
<artifactId>boyue-common</artifactId>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|