Skip to content

Commit

Permalink
update native agent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
flzj-kl committed Oct 14, 2024
1 parent 7bc0511 commit feecd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions native-agent/native-agent-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

<dependencies>
<dependency>
<groupId>com.alibaba.arthas</groupId>
<groupId>com.taobao.arthas</groupId>
<artifactId>native-agent-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions native-agent/native-agent-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>native-agent-common</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<version>${project.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit feecd24

Please sign in to comment.