pom.xml
1.03 KB
<?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>credit</artifactId>
<groupId>com.credit</groupId>
<version>4.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>credit-center</artifactId>
<description>
业务系统查询数据中台模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.credit</groupId>
<artifactId>credit-common</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.credit</groupId>
<artifactId>credit-system</artifactId>
</dependency>
</dependencies>
</project>