2022-07-20 12:24:06 +08:00
|
|
|
<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>
|
|
|
|
<groupId>net.maku</groupId>
|
2022-08-31 11:22:15 +08:00
|
|
|
<artifactId>maku-boot</artifactId>
|
2022-07-27 22:54:58 +08:00
|
|
|
<version>${revision}</version>
|
2022-07-20 12:24:06 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-08-31 11:22:15 +08:00
|
|
|
<artifactId>maku-boot-new</artifactId>
|
2022-07-20 12:24:06 +08:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.maku</groupId>
|
2022-08-31 11:22:15 +08:00
|
|
|
<artifactId>maku-framework</artifactId>
|
2022-07-27 22:54:58 +08:00
|
|
|
<version>${revision}</version>
|
2022-07-20 12:24:06 +08:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|