c4ef04ea51f2ab5813b02851963990335ce88291
[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.0.13-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-ext</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>eu.etaxonomy</groupId>
47 <artifactId>cdmlib-persistence</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>eu.etaxonomy</groupId>
51 <artifactId>cdmlib-model</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>eu.etaxonomy</groupId>
55 <artifactId>cdmlib-services</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>eu.etaxonomy</groupId>
59 <artifactId>cdmlib-io</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>eu.etaxonomy</groupId>
63 <artifactId>cdmlib-commons</artifactId>
64 </dependency>
65 <dependency>
66 <groupId>javax.servlet</groupId>
67 <artifactId>servlet-api</artifactId>
68 <scope>provided</scope>
69 </dependency>
70 <dependency>
71 <groupId>org.springframework</groupId>
72 <artifactId>org.springframework.web</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>org.springframework</groupId>
76 <artifactId>org.springframework.context.support</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.springframework</groupId>
80 <artifactId>org.springframework.web.servlet</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.springmodules</groupId>
84 <artifactId>spring-modules-cache</artifactId>
85 <version>0.7</version>
86 <exclusions>
87 <exclusion>
88 <groupId>org.springframework</groupId>
89 <artifactId>spring</artifactId>
90 </exclusion>
91 <exclusion>
92 <groupId>org.springframework</groupId>
93 <artifactId>spring-mock</artifactId>
94 </exclusion>
95 </exclusions>
96 </dependency>
97 <dependency>
98 <groupId>org.unitils</groupId>
99 <artifactId>unitils-core</artifactId>
100 <scope>test</scope>
101 </dependency>
102 <dependency>
103 <groupId>org.unitils</groupId>
104 <artifactId>unitils-database</artifactId>
105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.unitils</groupId>
109 <artifactId>unitils-dbmaintainer</artifactId>
110 <scope>test</scope>
111 </dependency>
112 <dependency>
113 <groupId>org.unitils</groupId>
114 <artifactId>unitils-dbunit</artifactId>
115 <scope>test</scope>
116 </dependency>
117 <dependency>
118 <groupId>org.unitils</groupId>
119 <artifactId>unitils-easymock</artifactId>
120 <scope>test</scope>
121 </dependency>
122 <dependency>
123 <groupId>org.unitils</groupId>
124 <artifactId>unitils-mock</artifactId>
125 <scope>test</scope>
126 </dependency>
127 <dependency>
128 <groupId>org.unitils</groupId>
129 <artifactId>unitils-inject</artifactId>
130 <scope>test</scope>
131 </dependency>
132 <dependency>
133 <groupId>org.unitils</groupId>
134 <artifactId>unitils-orm</artifactId>
135 <scope>test</scope>
136 </dependency>
137 <dependency>
138 <groupId>org.unitils</groupId>
139 <artifactId>unitils-spring</artifactId>
140 <scope>test</scope>
141 </dependency>
142 <dependency>
143 <groupId>com.ibm.lsid</groupId>
144 <artifactId>lsid-server</artifactId>
145 </dependency>
146 <dependency>
147 <groupId>com.ibm.lsid</groupId>
148 <artifactId>lsid-client</artifactId>
149 </dependency>
150 <dependency>
151 <groupId>org.easymock</groupId>
152 <artifactId>easymock</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>xmlunit</groupId>
156 <artifactId>xmlunit</artifactId>
157 </dependency>
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>joda-time</groupId>
168 <artifactId>joda-time</artifactId>
169 </dependency>
170 <dependency>
171 <groupId>org.hibernate</groupId>
172 <artifactId>hibernate-cglib-repack</artifactId>
173 </dependency>
174 <dependency>
175 <groupId>org.hibernate</groupId>
176 <artifactId>hibernate-core</artifactId>
177 </dependency>
178 <dependency>
179 <groupId>org.hibernate</groupId>
180 <artifactId>hibernate-ehcache</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>commons-io</groupId>
184 <artifactId>commons-io</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>net.sf.json-lib</groupId>
188 <artifactId>json-lib</artifactId>
189 <version>2.2.3</version>
190 <classifier>jdk15</classifier>
191 </dependency>
192 <dependency>
193 <groupId>org.springframework</groupId>
194 <artifactId>org.springframework.oxm</artifactId>
195 <version>${spring.version}</version>
196 </dependency>
197
198 <!-- XmlView -->
199 <dependency>
200 <groupId>com.thoughtworks.xstream</groupId>
201 <artifactId>xstream</artifactId>
202 </dependency>
203 <dependency>
204 <groupId>xpp3</groupId>
205 <artifactId>xpp3</artifactId>
206 </dependency>
207 <dependency>
208 <groupId>stax</groupId>
209 <artifactId>stax</artifactId>
210 </dependency>
211
212 <!-- JSP TAG LIBS -->
213 <dependency>
214 <groupId>taglibs</groupId>
215 <artifactId>standard</artifactId>
216 <version>1.1.2</version>
217 </dependency>
218 <dependency>
219 <groupId>taglibs</groupId>
220 <artifactId>x</artifactId>
221 <version>1.1.2</version>
222 <type>tld</type>
223 </dependency>
224 <!-- Connection Pooling -->
225 <dependency>
226 <groupId>org.hibernate</groupId>
227 <artifactId>hibernate-c3p0</artifactId>
228 </dependency>
229
230 <!-- SQL Debugging -->
231 <dependency>
232 <groupId>p6spy</groupId>
233 <artifactId>p6spy</artifactId>
234 </dependency>
235 </dependencies>
236
237 <build>
238 <resources>
239 <resource>
240 <targetPath>eu/etaxonomy/cdm/doc/remote/apt</targetPath>
241 <directory>../src/site/apt/remote</directory>
242 <includes>
243 <include>*.apt</include>
244 </includes>
245 </resource>
246 </resources>
247 </build>
248
249 </project>
250