merge changes from trunk (increase version number)
[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-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>org.springframework.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 <version>2.2.3</version>
170 <classifier>jdk15</classifier>
171 </dependency>
172 <dependency>
173 <groupId>org.springframework</groupId>
174 <artifactId>org.springframework.oxm</artifactId>
175 <version>${spring.version}</version>
176 </dependency>
177
178 <!-- XmlView -->
179 <dependency>
180 <groupId>com.thoughtworks.xstream</groupId>
181 <artifactId>xstream</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>xpp3</groupId>
185 <artifactId>xpp3</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>stax</groupId>
189 <artifactId>stax</artifactId>
190 </dependency>
191
192 <!-- JSP TAG LIBS -->
193 <dependency>
194 <groupId>taglibs</groupId>
195 <artifactId>standard</artifactId>
196 <version>1.1.2</version>
197 </dependency>
198 <dependency>
199 <groupId>taglibs</groupId>
200 <artifactId>x</artifactId>
201 <version>1.1.2</version>
202 <type>tld</type>
203 </dependency>
204 <!-- Connection Pooling -->
205 <dependency>
206 <groupId>org.hibernate</groupId>
207 <artifactId>hibernate-c3p0</artifactId>
208 </dependency>
209
210 <!-- SQL Debugging -->
211 <dependency>
212 <groupId>p6spy</groupId>
213 <artifactId>p6spy</artifactId>
214 </dependency>
215 </dependencies>
216
217 <build>
218 <plugins>
219 <plugin>
220 <artifactId>maven-resources-plugin</artifactId>
221 <version>2.5</version>
222 <executions>
223 <execution>
224 <id>copy-resources</id>
225 <phase>validate</phase>
226 <goals>
227 <goal>copy-resources</goal>
228 </goals>
229 <configuration>
230 <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
231 <resources>
232 <resource>
233 <directory>../src/site/apt/remote</directory>
234 <filtering>true</filtering>
235 </resource>
236 </resources>
237 </configuration>
238 </execution>
239 </executions>
240 </plugin>
241 </plugins>
242 </build>
243 </project>
244