[maven-release-plugin] prepare release cdmlib-parent-3.0.12
[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.12</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/tags/cdmlib/cdmlib-parent-3.0.12/cdmlib-remote
31 </connection>
32 <developerConnection>
33 scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.0.12/cdmlib-remote
34 </developerConnection>
35 <url>
36 scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.0.12/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>javax.servlet</groupId>
63 <artifactId>servlet-api</artifactId>
64 <scope>provided</scope>
65 </dependency>
66 <dependency>
67 <groupId>org.springframework</groupId>
68 <artifactId>org.springframework.web</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>org.springframework</groupId>
72 <artifactId>org.springframework.context.support</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>org.springframework</groupId>
76 <artifactId>org.springframework.web.servlet</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.springmodules</groupId>
80 <artifactId>spring-modules-cache</artifactId>
81 <version>0.7</version>
82 <exclusions>
83 <exclusion>
84 <groupId>org.springframework</groupId>
85 <artifactId>spring</artifactId>
86 </exclusion>
87 <exclusion>
88 <groupId>org.springframework</groupId>
89 <artifactId>spring-mock</artifactId>
90 </exclusion>
91 </exclusions>
92 </dependency>
93 <dependency>
94 <groupId>org.unitils</groupId>
95 <artifactId>unitils-core</artifactId>
96 <scope>test</scope>
97 </dependency>
98 <dependency>
99 <groupId>org.unitils</groupId>
100 <artifactId>unitils-database</artifactId>
101 <scope>test</scope>
102 </dependency>
103 <dependency>
104 <groupId>org.unitils</groupId>
105 <artifactId>unitils-dbmaintainer</artifactId>
106 <scope>test</scope>
107 </dependency>
108 <dependency>
109 <groupId>org.unitils</groupId>
110 <artifactId>unitils-dbunit</artifactId>
111 <scope>test</scope>
112 </dependency>
113 <dependency>
114 <groupId>org.unitils</groupId>
115 <artifactId>unitils-easymock</artifactId>
116 <scope>test</scope>
117 </dependency>
118 <dependency>
119 <groupId>org.unitils</groupId>
120 <artifactId>unitils-mock</artifactId>
121 <scope>test</scope>
122 </dependency>
123 <dependency>
124 <groupId>org.unitils</groupId>
125 <artifactId>unitils-inject</artifactId>
126 <scope>test</scope>
127 </dependency>
128 <dependency>
129 <groupId>org.unitils</groupId>
130 <artifactId>unitils-orm</artifactId>
131 <scope>test</scope>
132 </dependency>
133 <dependency>
134 <groupId>org.unitils</groupId>
135 <artifactId>unitils-spring</artifactId>
136 <scope>test</scope>
137 </dependency>
138 <dependency>
139 <groupId>com.ibm.lsid</groupId>
140 <artifactId>lsid-server</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>com.ibm.lsid</groupId>
144 <artifactId>lsid-client</artifactId>
145 </dependency>
146 <dependency>
147 <groupId>org.easymock</groupId>
148 <artifactId>easymock</artifactId>
149 </dependency>
150 <dependency>
151 <groupId>xmlunit</groupId>
152 <artifactId>xmlunit</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.springframework</groupId>
156 <artifactId>org.springframework.test</artifactId>
157 </dependency>
158 <dependency>
159 <groupId>net.sf.dozer</groupId>
160 <artifactId>dozer</artifactId>
161 </dependency>
162 <dependency>
163 <groupId>joda-time</groupId>
164 <artifactId>joda-time</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-core</artifactId>
173 </dependency>
174 <dependency>
175 <groupId>org.hibernate</groupId>
176 <artifactId>hibernate-ehcache</artifactId>
177 </dependency>
178 <dependency>
179 <groupId>commons-io</groupId>
180 <artifactId>commons-io</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>net.sf.json-lib</groupId>
184 <artifactId>json-lib</artifactId>
185 <version>2.2.3</version>
186 <classifier>jdk15</classifier>
187 </dependency>
188 <dependency>
189 <groupId>org.springframework</groupId>
190 <artifactId>org.springframework.oxm</artifactId>
191 <version>${spring.version}</version>
192 </dependency>
193
194 <!-- XmlView -->
195 <dependency>
196 <groupId>com.thoughtworks.xstream</groupId>
197 <artifactId>xstream</artifactId>
198 </dependency>
199 <dependency>
200 <groupId>xpp3</groupId>
201 <artifactId>xpp3</artifactId>
202 </dependency>
203 <dependency>
204 <groupId>stax</groupId>
205 <artifactId>stax</artifactId>
206 </dependency>
207
208 <!-- JSP TAG LIBS -->
209 <dependency>
210 <groupId>taglibs</groupId>
211 <artifactId>standard</artifactId>
212 <version>1.1.2</version>
213 </dependency>
214 <dependency>
215 <groupId>taglibs</groupId>
216 <artifactId>x</artifactId>
217 <version>1.1.2</version>
218 <type>tld</type>
219 </dependency>
220 <!-- Connection Pooling -->
221 <dependency>
222 <groupId>org.hibernate</groupId>
223 <artifactId>hibernate-c3p0</artifactId>
224 </dependency>
225
226 <!-- SQL Debugging -->
227 <dependency>
228 <groupId>p6spy</groupId>
229 <artifactId>p6spy</artifactId>
230 </dependency>
231 </dependencies>
232
233 </project>
234