forked from magnayn/wcf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
28 lines (27 loc) · 771 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
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>wcf</groupId>
<artifactId>wcf-pom</artifactId>
<version>1.8.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>wcf</module>
<module>wcf-war</module>
<module>tbutils-wcf</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>