修改pom部分描述
This commit is contained in:
parent
d708b1460c
commit
2bc3a466b7
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue