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
2727# sandbox
2828JVM_SANDBOX_VERSION =1.3.1
2929JVM_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 )
3131JVM_SANDBOX_DEST_PATH =$(BUILD_TARGET_CACHE ) /$(JVM_SANDBOX_NAME )
3232JVM_SANDBOX_TARGET_PATH =$(BUILD_TARGET_LIB ) /sandbox
3333# used to java agent attachp
Original file line number Diff line number Diff line change 5959 <version >1.4.0</version >
6060 <scope >compile</scope >
6161 </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 >
6268 <dependency >
6369 <groupId >org.slf4j</groupId >
6470 <artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments