cdmlib version set 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>xmlunit</groupId>
124 <artifactId>xmlunit</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.easymock</groupId>
128 <artifactId>easymock</artifactId>
129 </dependency>
130
131 <dependency>
132 <groupId>com.ibm.lsid</groupId>
133 <artifactId>lsid-server</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>com.ibm.lsid</groupId>
137 <artifactId>lsid-client</artifactId>
138 </dependency>
139
140
141 <dependency>
142 <groupId>org.springframework</groupId>
143 <artifactId>org.springframework.test</artifactId>
144 </dependency>
145 <dependency>
146 <groupId>net.sf.dozer</groupId>
147 <artifactId>dozer</artifactId>
148 </dependency>
149 <!-- <dependency>
150 <groupId>joda-time</groupId>
151 <artifactId>joda-time</artifactId>
152 </dependency> -->
153 <dependency>
154 <groupId>org.hibernate</groupId>
155 <artifactId>hibernate-cglib-repack</artifactId>
156 </dependency>
157 <!-- <dependency>
158 <groupId>org.hibernate</groupId>
159 <artifactId>hibernate-core</artifactId>
160 </dependency> -->
161 <dependency>
162 <groupId>org.hibernate</groupId>
163 <artifactId>hibernate-ehcache</artifactId>
164 </dependency>
165 <dependency>
166 <groupId>commons-io</groupId>
167 <artifactId>commons-io</artifactId>
168 </dependency>
169 <dependency>
170 <groupId>net.sf.json-lib</groupId>
171 <artifactId>json-lib</artifactId>
172 <classifier>jdk15</classifier>
173 </dependency>
174 <dependency>
175 <groupId>org.springframework</groupId>
176 <artifactId>org.springframework.oxm</artifactId>
177 </dependency>
178
179 <!-- XmlView -->
180 <dependency>
181 <groupId>com.thoughtworks.xstream</groupId>
182 <artifactId>xstream</artifactId>
183 </dependency>
184 <dependency>
185 <groupId>xpp3</groupId>
186 <artifactId>xpp3</artifactId>
187 </dependency>
188 <dependency>
189 <groupId>stax</groupId>
190 <artifactId>stax</artifactId>
191 </dependency>
192
193 <!-- JSP TAG LIBS -->
194 <!-- <dependency>
195 <groupId>taglibs</groupId>
196 <artifactId>standard</artifactId>
197 <version>1.1.2</version>
198 </dependency>
199 <dependency>
200 <groupId>taglibs</groupId>
201 <artifactId>x</artifactId>
202 <version>1.1.2</version>
203 <type>tld</type>
204 </dependency> -->
205 <!-- Connection Pooling -->
206 <dependency>
207 <groupId>org.hibernate</groupId>
208 <artifactId>hibernate-c3p0</artifactId>
209 </dependency>
210
211 <!-- SQL Debugging -->
212 <dependency>
213 <groupId>p6spy</groupId>
214 <artifactId>p6spy</artifactId>
215 </dependency>
216 </dependencies>
217
218 <build>
219 <plugins>
220 <plugin>
221 <artifactId>maven-resources-plugin</artifactId>
222 <version>2.5</version>
223 <executions>
224 <execution>
225 <id>copy-resources</id>
226 <phase>validate</phase>
227 <goals>
228 <goal>copy-resources</goal>
229 </goals>
230 <configuration>
231 <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
232 <resources>
233 <resource>
234 <directory>../src/site/apt/remote</directory>
235 <filtering>true</filtering>
236 </resource>
237 </resources>
238 </configuration>
239 </execution>
240 </executions>
241 </plugin>
242 </plugins>
243 </build>
244 </project>
245