updating poms for 4.5.0-SNAPSHOT development
[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>4.5.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
15 be 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>eu.etaxonomy</groupId>
42 <artifactId>cdmlib-test</artifactId>
43 <scope>test</scope>
44 <version>${project.version}</version>
45 </dependency>
46 <dependency>
47 <groupId>javax.servlet</groupId>
48 <artifactId>javax.servlet-api</artifactId>
49 <scope>provided</scope>
50 </dependency>
51 <dependency>
52 <groupId>org.springframework</groupId>
53 <artifactId>spring-web</artifactId>
54 </dependency>
55 <dependency>
56 <groupId>org.springframework</groupId>
57 <artifactId>spring-context-support</artifactId>
58 </dependency>
59 <dependency>
60 <groupId>org.springframework</groupId>
61 <artifactId>spring-webmvc</artifactId>
62 </dependency>
63 <dependency>
64 <groupId>org.springmodules</groupId>
65 <artifactId>spring-modules-cache</artifactId>
66 <version>0.7</version>
67 <exclusions>
68 <exclusion>
69 <groupId>org.springframework</groupId>
70 <artifactId>spring</artifactId>
71 </exclusion>
72 <exclusion>
73 <groupId>org.springframework</groupId>
74 <artifactId>spring-mock</artifactId>
75 </exclusion>
76 </exclusions>
77 </dependency>
78 <dependency>
79 <groupId>org.springframework.security</groupId>
80 <artifactId>spring-security-core</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.springframework.security</groupId>
84 <artifactId>spring-security-config</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.springframework.security</groupId>
88 <artifactId>spring-security-web</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>org.springframework.security.oauth</groupId>
92 <artifactId>spring-security-oauth2</artifactId>
93 </dependency>
94 <!-- <dependency> -->
95 <!-- <groupId>org.unitils</groupId> -->
96 <!-- <artifactId>unitils-core</artifactId> -->
97 <!-- <scope>test</scope> -->
98 <!-- </dependency> -->
99 <!-- <dependency> -->
100 <!-- <groupId>org.unitils</groupId> -->
101 <!-- <artifactId>unitils-database</artifactId> -->
102 <!-- <scope>test</scope> -->
103 <!-- </dependency> -->
104 <!-- <dependency> -->
105 <!-- <groupId>org.unitils</groupId> -->
106 <!-- <artifactId>unitils-dbmaintainer</artifactId> -->
107 <!-- <scope>test</scope> -->
108 <!-- </dependency> -->
109 <!-- <dependency> -->
110 <!-- <groupId>org.unitils</groupId> -->
111 <!-- <artifactId>unitils-dbunit</artifactId> -->
112 <!-- <scope>test</scope> -->
113 <!-- </dependency> -->
114 <!-- <dependency> -->
115 <!-- <groupId>org.unitils</groupId> -->
116 <!-- <artifactId>unitils-easymock</artifactId> -->
117 <!-- <scope>test</scope> -->
118 <!-- </dependency> -->
119 <!-- <dependency> -->
120 <!-- <groupId>org.unitils</groupId> -->
121 <!-- <artifactId>unitils-mock</artifactId> -->
122 <!-- <scope>test</scope> -->
123 <!-- </dependency> -->
124 <!-- <dependency> -->
125 <!-- <groupId>org.unitils</groupId> -->
126 <!-- <artifactId>unitils-inject</artifactId> -->
127 <!-- <scope>test</scope> -->
128 <!-- </dependency> -->
129 <!-- <dependency> -->
130 <!-- <groupId>org.unitils</groupId> -->
131 <!-- <artifactId>unitils-orm</artifactId> -->
132 <!-- <scope>test</scope> -->
133 <!-- </dependency> -->
134 <!-- <dependency> -->
135 <!-- <groupId>org.unitils</groupId> -->
136 <!-- <artifactId>unitils-spring</artifactId> -->
137 <!-- <scope>test</scope> -->
138 <!-- </dependency> -->
139 <dependency>
140 <groupId>xmlunit</groupId>
141 <artifactId>xmlunit</artifactId>
142 </dependency>
143
144 <dependency>
145 <groupId>com.ibm.lsid</groupId>
146 <artifactId>lsid-server</artifactId>
147 </dependency>
148 <dependency>
149 <groupId>com.ibm.lsid</groupId>
150 <artifactId>lsid-client</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>net.sf.dozer</groupId>
154 <artifactId>dozer</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.hibernate</groupId>
158 <artifactId>hibernate-cglib-repack</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.hibernate</groupId>
162 <artifactId>hibernate-ehcache</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>commons-io</groupId>
166 <artifactId>commons-io</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>net.sf.json-lib</groupId>
170 <artifactId>json-lib</artifactId>
171 <classifier>jdk15</classifier>
172 </dependency>
173 <dependency>
174 <groupId>org.json</groupId>
175 <artifactId>json</artifactId>
176 </dependency>
177 <dependency>
178 <groupId>org.springframework</groupId>
179 <artifactId>spring-oxm</artifactId>
180 </dependency>
181
182 <!-- XmlView -->
183 <dependency>
184 <groupId>com.thoughtworks.xstream</groupId>
185 <artifactId>xstream</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>xpp3</groupId>
189 <artifactId>xpp3</artifactId>
190 </dependency>
191 <dependency>
192 <groupId>stax</groupId>
193 <artifactId>stax</artifactId>
194 </dependency>
195
196 <!-- JsonView -->
197 <dependency>
198 <!-- for xml serialization (net.sf.json.xml.XMLSerializer) -->
199 <groupId>xom</groupId>
200 <artifactId>xom</artifactId>
201 </dependency>
202
203 <!-- swagger -->
204 <dependency>
205 <groupId>io.swagger</groupId>
206 <artifactId>swagger-annotations</artifactId>
207 </dependency>
208
209 <!-- Connection Pooling -->
210 <dependency>
211 <groupId>org.hibernate</groupId>
212 <artifactId>hibernate-c3p0</artifactId>
213 </dependency>
214 </dependencies>
215 <build>
216 <plugins>
217 <plugin>
218 <artifactId>maven-resources-plugin</artifactId>
219 <version>2.5</version>
220 <executions>
221 <execution>
222 <id>copy-resources</id>
223 <phase>validate</phase>
224 <goals>
225 <goal>copy-resources</goal>
226 </goals>
227 <configuration>
228 <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
229 <resources>
230 <resource>
231 <directory>../src/site/apt/remote</directory>
232 <filtering>true</filtering>
233 </resource>
234 </resources>
235 </configuration>
236 </execution>
237 </executions>
238 </plugin>
239 </plugins>
240 </build>
241 </project>
242