forked from jitlogic/zorka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
30 lines (25 loc) · 769 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.jitlogic.zorka</groupId>
<artifactId>zorka</artifactId>
<packaging>pom</packaging>
<version>0.9.5</version>
<name>zorka: parent aggregator</name>
<url>http://www.jitlogic.com/zorka</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>zorka-core</module>
<module>zorka-viewer</module>
<module>zorka-agent</module>
</modules>
</project>