Skip to content

Commit

Permalink
move one/profiler java files to spy module, avoid load so profble. al…
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Dec 2, 2019
1 parent 466fa40 commit cc078bf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cc078bf

Please sign in to comment.