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

@@ -2,6 +2,7 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.wdd</groupId>
<version>1.0.0</version>
@@ -10,7 +11,6 @@
<groupId>io.wdd</groupId>
<artifactId>agent</artifactId>
<version>${project.version}</version>
<name>agent</name>
<description>agent</description>
@@ -24,7 +24,7 @@
<dependency>
<groupId>io.wdd</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
<version>${project.parent.version}</version>
<!-- <scope>compile</scope>-->
</dependency>