修复打包bug

This commit is contained in:
2023-10-11 16:39:14 +08:00
parent 0f8b225f4e
commit 19a8d267a5
81 changed files with 214 additions and 61 deletions

View File

@@ -38,12 +38,6 @@
<artifactId>zkclient</artifactId>
</dependency>
<dependency>
<groupId>com.lld</groupId>
<artifactId>common</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- netty -->
<dependency>
<groupId>io.netty</groupId>
@@ -82,22 +76,21 @@
<groupId>com.lld</groupId>
<artifactId>im-codec</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>