修改pom部分描述

This commit is contained in:
wusheng 2016-06-06 11:53:04 +08:00
parent d708b1460c
commit 2bc3a466b7
2 changed files with 2 additions and 6 deletions

View File

@ -17,6 +17,8 @@
<module>skywalking-webui</module>
<module>skywalking-log</module>
<module>skywalking-agent</module>
<module>test/skywalking-test-api</module>
</modules>
<packaging>pom</packaging>

View File

@ -19,12 +19,6 @@
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ai.cloud</groupId>
<artifactId>skywalking-api</artifactId>