e4bf08fcd76b0cc0797c2481022f2cd47134ed7a
[utils] / system / spring / pom.xml
1 <?xml version="1.0"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4     <parent>
5         <groupId>org.wamblee</groupId>
6         <artifactId>wamblee-system</artifactId>
7         <version>0.7-SNAPSHOT</version>
8     </parent>
9
10     <modelVersion>4.0.0</modelVersion>
11     <groupId>org.wamblee</groupId>
12     <artifactId>wamblee-system-spring</artifactId>
13     <packaging>jar</packaging>
14     <version>0.7-SNAPSHOT</version>
15     <name>/system/spring</name>
16     <url>http://wamblee.org</url>
17     <dependencies>
18         <dependency>
19             <groupId>org.wamblee</groupId>
20             <artifactId>wamblee-support-general</artifactId>
21             <version>${project.version}</version>
22         </dependency>
23         <dependency>
24             <groupId>org.wamblee</groupId>
25             <artifactId>wamblee-system-general</artifactId>
26             <version>${project.version}</version>
27         </dependency>
28         <dependency>
29             <groupId>org.wamblee</groupId>
30             <artifactId>wamblee-support-spring</artifactId>
31             <version>${project.version}</version>
32         </dependency>
33         <dependency>
34             <groupId>org.wamblee</groupId>
35             <artifactId>wamblee-support-spring</artifactId>
36             <version>${project.version}</version>
37             <type>test-jar</type>
38         </dependency>
39         <dependency>
40             <groupId>org.wamblee</groupId>
41             <artifactId>wamblee-hibernate-jpa</artifactId>
42             <version>${project.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>commons-logging</groupId>
46             <artifactId>commons-logging</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>org.springframework</groupId>
50             <artifactId>spring-beans</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>org.springframework</groupId>
54             <artifactId>spring-context</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>org.dbunit</groupId>
58             <artifactId>dbunit</artifactId>
59             <scope>test</scope>
60         </dependency>
61
62     </dependencies>
63
64 </project>