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