[maven-release-plugin] prepare release wamblee-utils-0.2.2
[utils] / support / spring / pom.xml
1 <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">
2
3   <parent>
4     <groupId>org.wamblee</groupId>
5     <artifactId>wamblee-utils</artifactId>
6     <version>0.2.2</version>
7   </parent>
8
9   <modelVersion>4.0.0</modelVersion>
10   <groupId>org.wamblee</groupId>
11   <artifactId>wamblee-support-spring</artifactId>
12   <packaging>jar</packaging>
13   <name>/support/spring</name>
14   <url>http://wamblee.org</url>
15   <dependencies>
16     <dependency>
17       <groupId>org.wamblee</groupId>
18       <artifactId>wamblee-support-general</artifactId>
19       <version>0.2.2</version>
20     </dependency>
21     <dependency>
22       <groupId>org.wamblee</groupId>
23       <artifactId>wamblee-support-general</artifactId>
24       <version>0.2.2</version>
25       <type>test-jar</type>
26       <scope>provided</scope>
27     </dependency>
28     <dependency>
29       <groupId>org.springframework</groupId>
30       <artifactId>spring-beans</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.springframework</groupId>
34       <artifactId>spring-hibernate3</artifactId>
35       <exclusions>
36         <exclusion>
37           <groupId>org.hibernate</groupId>
38           <artifactId>hibernate</artifactId>
39         </exclusion>
40       </exclusions>
41     </dependency>
42         <dependency>
43       <groupId>org.springframework</groupId>
44       <artifactId>spring-aop</artifactId>
45     </dependency>
46     <!-- should be possible to remove the dependence on log4j -->
47     <dependency>
48       <groupId>log4j</groupId>
49       <artifactId>log4j</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>dom4j</groupId>
53       <artifactId>dom4j</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>net.sf.ehcache</groupId>
57       <artifactId>ehcache</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.wamblee</groupId>
61       <artifactId>wamblee-hibernate-jpa</artifactId>
62       <version>0.2.2</version>
63     </dependency>
64     <dependency>
65       <groupId>jaxen</groupId>
66       <artifactId>jaxen</artifactId>
67     </dependency>
68
69   </dependencies>
70
71 </project>