fix():修改
parent
c004b17fa6
commit
5000049dd3
8
pom.xml
8
pom.xml
|
@ -10,6 +10,8 @@
|
|||
<version>3.6.3</version>
|
||||
</parent>
|
||||
|
||||
<!--8.6号-->
|
||||
|
||||
<groupId>com.bwie</groupId>
|
||||
<artifactId>cloud-common-nacos-remote</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
@ -19,8 +21,12 @@
|
|||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<!--21:17-->
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue