Skip to content

Commit c9c104d

Browse files
committed
remove unuse info
1 parent f6badec commit c9c104d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rasp/jvm/JVMProbe/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repositories {
1111
}
1212

1313
dependencies {
14-
// 依赖某个jar文件
1514
implementation files('lib/nashorn.jar')
1615
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
1716
implementation group: 'org.ow2.asm', name: 'asm-tree', version: '9.6'
@@ -22,7 +21,6 @@ dependencies {
2221
implementation 'com.google.code.gson:gson:2.8.9'
2322
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.14'
2423
implementation 'org.lz4:lz4-java:1.8.0'
25-
// implementation 'org.openjdk.nashorn:nashorn-core:15.0'
2624
api group: 'org.javassist', name: 'javassist', version: '3.29.0-GA'
2725
}
2826

@@ -51,7 +49,6 @@ shadowJar {
5149
relocate 'com.lmax.disruptor', 'rasp.com.lmax.disruptor'
5250
relocate 'com.google','rasp.com.google'
5351
relocate 'com.esotericsoftware', 'rasp.com.esotericsoftware'
54-
// relocate 'org.openjdk.nashorn', 'org.openjdk.nashorn'
5552
relocate 'javassist', 'rasp.javassist'
5653
relocate 'net.jpountz', 'rasp.net.jpountz'
5754
relocate 'META-INF/native/libnetty', 'META-INF/native/librasp_netty'

0 commit comments

Comments
 (0)