4c8778041216feba7475dae45f7716019e37ee90
[utils] / support / 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-utils</artifactId>
7     <version>0.6-SNAPSHOT</version>
8         <relativePath>../..</relativePath>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.wamblee</groupId>
13   <artifactId>wamblee-support-spring</artifactId>
14   <packaging>jar</packaging>
15   <name>/support/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>0.6-SNAPSHOT</version>
22     </dependency>
23     <dependency>
24       <groupId>org.wamblee</groupId>
25       <artifactId>wamblee-support-general</artifactId>
26       <version>0.6-SNAPSHOT</version>
27       <type>test-jar</type>
28       <scope>provided</scope>
29     </dependency>
30     <dependency>
31       <groupId>org.springframework</groupId>
32       <artifactId>spring-beans</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.springframework</groupId>
36       <artifactId>spring-hibernate3</artifactId>
37       <exclusions>
38         <exclusion>
39           <groupId>org.hibernate</groupId>
40           <artifactId>hibernate</artifactId>
41         </exclusion>
42       </exclusions>
43     </dependency>
44         <dependency>
45       <groupId>org.springframework</groupId>
46       <artifactId>spring-aop</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>dom4j</groupId>
50       <artifactId>dom4j</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>net.sf.ehcache</groupId>
54       <artifactId>ehcache-core</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.wamblee</groupId>
58       <artifactId>wamblee-hibernate-jpa</artifactId>
59       <version>0.6-SNAPSHOT</version>
60     </dependency>
61     <dependency>
62       <groupId>jaxen</groupId>
63       <artifactId>jaxen</artifactId>
64     </dependency>
65
66   </dependencies>
67
68 </project>