Skip to content

Commit 97de0ef

Browse files
committed
fix jvm-sandbox download url
Signed-off-by: xcaspar <[email protected]>
1 parent 9fecc73 commit 97de0ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BLADE_OSS_URL=https://chaosblade.oss-cn-hangzhou.aliyuncs.com/agent/release
2727
# sandbox
2828
JVM_SANDBOX_VERSION=1.3.1
2929
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)
3131
JVM_SANDBOX_DEST_PATH=$(BUILD_TARGET_CACHE)/$(JVM_SANDBOX_NAME)
3232
JVM_SANDBOX_TARGET_PATH=$(BUILD_TARGET_LIB)/sandbox
3333
# used to java agent attachp

chaosblade-exec-plugin/chaosblade-exec-plugin-jvm/dependency-reduced-pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
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>

0 commit comments

Comments
 (0)