fix(): 解决代码冲突
parent
aa1d518628
commit
f19b18d273
|
@ -72,12 +72,14 @@
|
||||||
<groupId>com.muyu</groupId>
|
<groupId>com.muyu</groupId>
|
||||||
<artifactId>cloud-common-api-doc</artifactId>
|
<artifactId>cloud-common-api-doc</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.carrotsearch.thirdparty</groupId>
|
<groupId>com.carrotsearch.thirdparty</groupId>
|
||||||
<artifactId>simple-xml-safe</artifactId>
|
<artifactId>simple-xml-safe</artifactId>
|
||||||
<version>2.7.1</version>
|
<version>2.7.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.attoparser</groupId>
|
<groupId>org.attoparser</groupId>
|
||||||
<artifactId>attoparser</artifactId>
|
<artifactId>attoparser</artifactId>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.muyu</groupId>
|
<groupId>com.muyu</groupId>
|
||||||
<artifactId>cloud-server-parent</artifactId>
|
<artifactId>cloud-server</artifactId>
|
||||||
<version>3.6.4</version>
|
<version>3.6.3</version>
|
||||||
<relativePath></relativePath>
|
<relativePath></relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue