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

no message

上级 25006fe9
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<module>skywalking-analysis</module> <module>skywalking-analysis</module>
<module>skywalking-webui</module> <module>skywalking-webui</module>
<module>skywalking-log</module> <module>skywalking-log</module>
<module>skywalking-agent</module>
</modules> </modules>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -15,22 +15,10 @@ ...@@ -15,22 +15,10 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<!-- http://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.6</version>
</dependency>
<dependency> <dependency>
<groupId>com.ai.cloud</groupId> <groupId>com.ai.cloud</groupId>
<artifactId>skywalking-jedis-2.x-plugin</artifactId> <artifactId>skywalking-jedis-2.x-plugin</artifactId>
<version>1.0b</version> <version>1.0-Final</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册