definitely can work first version

This commit is contained in:
zeaslity
2022-11-22 10:42:09 +08:00
parent 80b66375a3
commit 895438f59c
211 changed files with 10 additions and 21 deletions

View File

@@ -10,7 +10,6 @@
</parent>
<artifactId>server</artifactId>
<version>${project.version}</version>
<name>server</name>
<description>server</description>
@@ -24,7 +23,7 @@
<dependency>
<groupId>io.wdd</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
@@ -88,18 +87,10 @@
<scope>import</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.wdd</groupId>-->
<!-- <artifactId>common</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <type>jar</type>-->
<!-- <scope>import</scope>-->
<!-- </dependency>-->
</dependencies>
</dependencyManagement>
<!--<build>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -114,6 +105,6 @@
</configuration>
</plugin>
</plugins>
</build>-->
</build>
</project>