wu
2025-02-28 914278f6110c03250d24ed0f1f4a7d5675a228e5
hangzhoumesParent/pom.xml
@@ -11,6 +11,7 @@
        <module>common</module>
        <module>moduleService</module>
        <module>gateway</module>
        <module>mesHub</module>
    </modules>
    <packaging>pom</packaging>
@@ -18,6 +19,7 @@
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.8.RELEASE</version>
        <relativePath/>
    </parent>
    <properties>
@@ -41,6 +43,11 @@
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.springframework.plugin</groupId>
                <artifactId>spring-plugin-core</artifactId>
                <version>2.0.0.RELEASE</version>
            </dependency>
        </dependencies>
    </dependencyManagement>