提交 f4df86de 编写于 作者: wu-sheng's avatar wu-sheng

修改包名错误的问题,以及Pom依赖错误造成agent依赖错误

上级 b3076108
......@@ -30,7 +30,7 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.8.1</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
......
package org.skywalking.jedis.v2.plugin;
package com.ai.cloud.skywalking.jedis.v2.plugin;
import com.ai.cloud.skywalking.api.IBuriedPointType;
import com.ai.cloud.skywalking.protocol.CallType;
......
package org.skywalking.jedis.v2.plugin.define;
package com.ai.cloud.skywalking.jedis.v2.plugin.define;
import com.ai.cloud.skywalking.jedis.v2.plugin.JedisInterceptor;
import com.ai.cloud.skywalking.plugin.interceptor.IAroundInterceptor;
import com.ai.cloud.skywalking.plugin.interceptor.InterceptorDefine;
import com.ai.cloud.skywalking.plugin.interceptor.MethodMatcher;
import com.ai.cloud.skywalking.plugin.interceptor.matcher.MethodsExclusiveMatcher;
import com.ai.cloud.skywalking.plugin.interceptor.matcher.PrivateMethodMatcher;
import com.ai.cloud.skywalking.plugin.interceptor.matcher.SimpleMethodMatcher;
import org.skywalking.jedis.v2.plugin.JedisInterceptor;
public class JedisPluginDefine implements InterceptorDefine {
......
org.skywalking.jedis.v2.plugin.define.JedisPluginDefine
\ No newline at end of file
com.ai.cloud.skywalking.jedis.v2.plugin.define.JedisPluginDefine
\ No newline at end of file
package org.skywalking.jedis.v2.plugin;
package com.ai.cloud.skywalking.jedis.v2.plugin;
import java.lang.reflect.InvocationTargetException;
import java.sql.SQLException;
......@@ -15,7 +15,7 @@ public class JedisTest {
InvocationTargetException, NoSuchMethodException,
SecurityException, ClassNotFoundException {
TracingBootstrap
.main(new String[] { "org.skywalking.jedis.v2.plugin.JedisTest" });
.main(new String[] { "com.ai.cloud.skywalking.jedis.v2.plugin.JedisTest" });
}
public static void main(String[] args) throws ClassNotFoundException,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册