File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
chaosblade-exec-plugin/chaosblade-exec-plugin-jvm Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ BLADE_OSS_URL=https://chaosblade.oss-cn-hangzhou.aliyuncs.com/agent/release
27
27
# sandbox
28
28
JVM_SANDBOX_VERSION =1.3.1
29
29
JVM_SANDBOX_NAME =sandbox-$(JVM_SANDBOX_VERSION ) -bin.zip
30
- JVM_SANDBOX_OSS_URL =https://ompc .oss-cn-hangzhou.aliyuncs.com/jvm-sandbox/release /$(JVM_SANDBOX_NAME )
30
+ JVM_SANDBOX_OSS_URL =https://chaosblade .oss-cn-hangzhou.aliyuncs.com/agent/github/sandbox /$(JVM_SANDBOX_NAME )
31
31
JVM_SANDBOX_DEST_PATH =$(BUILD_TARGET_CACHE ) /$(JVM_SANDBOX_NAME )
32
32
JVM_SANDBOX_TARGET_PATH =$(BUILD_TARGET_LIB ) /sandbox
33
33
# used to java agent attachp
Original file line number Diff line number Diff line change 59
59
<version >1.4.0</version >
60
60
<scope >compile</scope >
61
61
</dependency >
62
+ <dependency >
63
+ <groupId >com.alibaba.chaosblade</groupId >
64
+ <artifactId >chaosblade-exec-spi</artifactId >
65
+ <version >1.4.0</version >
66
+ <scope >compile</scope >
67
+ </dependency >
62
68
<dependency >
63
69
<groupId >org.slf4j</groupId >
64
70
<artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments