fix arthas-agent-attach dependency problem. #1547

This commit is contained in:
hengyunabc 2020-10-22 14:54:32 +08:00
parent 8d43d8cc45
commit 5e73f49abd
2 changed files with 0 additions and 13 deletions

View File

@ -21,8 +21,6 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>

View File

@ -39,17 +39,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>