roses/kernel-s-migration/migration-spring-boot-starter/pom.xml

30 lines
895 B
XML
Raw Normal View History

2021-07-07 09:54:08 +00:00
<?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>
2022-03-07 08:25:46 +00:00
2021-07-07 09:54:08 +00:00
<parent>
<groupId>cn.stylefeng.roses</groupId>
2021-07-07 13:10:10 +00:00
<artifactId>kernel-s-migration</artifactId>
2022-08-01 13:28:03 +00:00
<version>7.2.4</version>
2021-07-07 09:54:08 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>migration-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--migration的业务模块-->
2021-07-07 09:54:08 +00:00
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>migration-business-web</artifactId>
<version>${roses.version}</version>
</dependency>
</dependencies>
2022-08-01 13:28:03 +00:00
</project>