updating version to 3.2.0-SNAPSHOT
[cdmlib.git] / cdmlib-remote / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5 http://maven.apache.org/maven-v4_0_0.xsd"
6 -->
7 <parent>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>cdmlib-parent</artifactId>
10 <version>3.2.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
14 <modelVersion>4.0.0</modelVersion>
15 <artifactId>cdmlib-remote</artifactId>
16 <properties>
17 <!--
18 custom property to hold the patch version number
19 shouldn't this be set in the parent pom?
20 -->
21 <project.patchversion>0</project.patchversion>
22 </properties>
23 <name>CDM Remote</name>
24 <description>The EDIT CDM Remote package allows remote access to
25 the common data model via webservices in the wider sense</description>
26 <!-- Revert this back to "war" before committing -->
27 <packaging>jar</packaging>
28 <scm>
29 <connection>
30 scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
31 </connection>
32 <developerConnection>
33 scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
34 </developerConnection>
35 <url>
36 http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-remote/
37 </url>
38 </scm>
39
40 <dependencies>
41 <dependency>
42 <groupId>eu.etaxonomy</groupId>
43 <artifactId>cdmlib-io</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>javax.servlet</groupId>
47 <artifactId>servlet-api</artifactId>
48 <scope>provided</scope>
49 </dependency>
50 <dependency>
51 <groupId>org.springframework</groupId>
52 <artifactId>org.springframework.web</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>org.springframework</groupId>
56 <artifactId>spring-context-support</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>org.springframework</groupId>
60 <artifactId>org.springframework.web.servlet</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.springmodules</groupId>
64 <artifactId>spring-modules-cache</artifactId>
65 <version>0.7</version>
66 <exclusions>
67 <exclusion>
68 <groupId>org.springframework</groupId>
69 <artifactId>spring</artifactId>
70 </exclusion>
71 <exclusion>
72 <groupId>org.springframework</groupId>
73 <artifactId>spring-mock</artifactId>
74 </exclusion>
75 </exclusions>
76 </dependency>
77 <dependency>
78 <groupId>org.unitils</groupId>
79 <artifactId>unitils-core</artifactId>
80 <scope>test</scope>
81 </dependency>
82 <dependency>
83 <groupId>org.unitils</groupId>
84 <artifactId>unitils-database</artifactId>
85 <scope>test</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.unitils</groupId>
89 <artifactId>unitils-dbmaintainer</artifactId>
90 <scope>test</scope>
91 </dependency>
92 <dependency>
93 <groupId>org.unitils</groupId>
94 <artifactId>unitils-dbunit</artifactId>
95 <scope>test</scope>
96 </dependency>
97 <dependency>
98 <groupId>org.unitils</groupId>
99 <artifactId>unitils-easymock</artifactId>
100 <scope>test</scope>
101 </dependency>
102 <dependency>
103 <groupId>org.unitils</groupId>
104 <artifactId>unitils-mock</artifactId>
105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.unitils</groupId>
109 <artifactId>unitils-inject</artifactId>
110 <scope>test</scope>
111 </dependency>
112 <dependency>
113 <groupId>org.unitils</groupId>
114 <artifactId>unitils-orm</artifactId>
115 <scope>test</scope>
116 </dependency>
117 <dependency>
118 <groupId>org.unitils</groupId>
119 <artifactId>unitils-spring</artifactId>
120 <scope>test</scope>
121 </dependency>
122 <dependency>
123 <groupId>com.ibm.lsid</groupId>
124 <artifactId>lsid-server</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>com.ibm.lsid</groupId>
128 <artifactId>lsid-client</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.easymock</groupId>
132 <artifactId>easymock</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>xmlunit</groupId>
136 <artifactId>xmlunit</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.springframework</groupId>
140 <artifactId>org.springframework.test</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>net.sf.dozer</groupId>
144 <artifactId>dozer</artifactId>
145 </dependency>
146 <dependency>
147 <groupId>joda-time</groupId>
148 <artifactId>joda-time</artifactId>
149 </dependency>
150 <dependency>
151 <groupId>org.hibernate</groupId>
152 <artifactId>hibernate-cglib-repack</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.hibernate</groupId>
156 <artifactId>hibernate-core</artifactId>
157 </dependency>
158 <dependency>
159 <groupId>org.hibernate</groupId>
160 <artifactId>hibernate-ehcache</artifactId>
161 </dependency>
162 <dependency>
163 <groupId>commons-io</groupId>
164 <artifactId>commons-io</artifactId>
165 </dependency>
166 <dependency>
167 <groupId>net.sf.json-lib</groupId>
168 <artifactId>json-lib</artifactId>
169 <classifier>jdk15</classifier>
170 </dependency>
171 <dependency>
172 <groupId>org.springframework</groupId>
173 <artifactId>org.springframework.oxm</artifactId>
174 <version>${spring.version}</version>
175 </dependency>
176
177 <!-- XmlView -->
178 <dependency>
179 <groupId>com.thoughtworks.xstream</groupId>
180 <artifactId>xstream</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>xpp3</groupId>
184 <artifactId>xpp3</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>stax</groupId>
188 <artifactId>stax</artifactId>
189 </dependency>
190
191 <!-- JSP TAG LIBS -->
192 <dependency>
193 <groupId>taglibs</groupId>
194 <artifactId>standard</artifactId>
195 <version>1.1.2</version>
196 </dependency>
197 <dependency>
198 <groupId>taglibs</groupId>
199 <artifactId>x</artifactId>
200 <version>1.1.2</version>
201 <type>tld</type>
202 </dependency>
203 <!-- Connection Pooling -->
204 <dependency>
205 <groupId>org.hibernate</groupId>
206 <artifactId>hibernate-c3p0</artifactId>
207 </dependency>
208
209 <!-- SQL Debugging -->
210 <dependency>
211 <groupId>p6spy</groupId>
212 <artifactId>p6spy</artifactId>
213 </dependency>
214 </dependencies>
215
216 <build>
217 <plugins>
218 <plugin>
219 <artifactId>maven-resources-plugin</artifactId>
220 <version>2.5</version>
221 <executions>
222 <execution>
223 <id>copy-resources</id>
224 <phase>validate</phase>
225 <goals>
226 <goal>copy-resources</goal>
227 </goals>
228 <configuration>
229 <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
230 <resources>
231 <resource>
232 <directory>../src/site/apt/remote</directory>
233 <filtering>true</filtering>
234 </resource>
235 </resources>
236 </configuration>
237 </execution>
238 </executions>
239 </plugin>
240 </plugins>
241 </build>
242 </project>
243