move one/profiler java files to spy module, avoid load so profble. #961

This commit is contained in:
hengyunabc 2019-12-02 20:32:06 +08:00
parent 466fa406a1
commit cc078bf5d6
6 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,13 @@
</build>
<dependencies>
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-spy</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-common</artifactId>