Bug fix...ui is closed when logged out...this leads to a complete reset of the ui...
[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.1-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
136 <dependency>
137 <groupId>com.vaadin</groupId>
138 <artifactId>vaadin-server</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>com.vaadin</groupId>
142 <artifactId>vaadin-shared</artifactId>
143 </dependency>
144 <dependency>
145 <groupId>com.vaadin</groupId>
146 <artifactId>vaadin-client-compiled</artifactId>
147 </dependency>
148 <dependency>
149 <groupId>com.vaadin</groupId>
150 <artifactId>vaadin-client</artifactId>
151 <scope>provided</scope>
152 </dependency>
153 <dependency>
154 <groupId>com.vaadin</groupId>
155 <artifactId>vaadin-themes</artifactId>
156 </dependency>
157 <dependency>
158 <groupId>com.vaadin</groupId>
159 <artifactId>vaadin-client-compiler</artifactId>
160 </dependency>
161
162 <dependency>
163 <groupId>ru.xpoft.vaadin</groupId>
164 <artifactId>spring-vaadin-integration</artifactId>
165 </dependency>
166
167 <dependency>
168 <groupId>org.vaadin.addons</groupId>
169 <artifactId>exporter</artifactId>
170 </dependency>
171
172 <dependency>
173 <groupId>org.vaadin.addons</groupId>
174 <artifactId>wizards-for-vaadin</artifactId>
175 </dependency>
176
177
178 <dependency>
179 <groupId>org.springframework</groupId>
180 <artifactId>org.springframework.test</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>net.sf.dozer</groupId>
184 <artifactId>dozer</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.hibernate</groupId>
188 <artifactId>hibernate-cglib-repack</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.hibernate</groupId>
192 <artifactId>hibernate-ehcache</artifactId>
193 </dependency>
194 <dependency>
195 <groupId>commons-io</groupId>
196 <artifactId>commons-io</artifactId>
197 </dependency>
198 <dependency>
199 <groupId>net.sf.json-lib</groupId>
200 <artifactId>json-lib</artifactId>
201 <classifier>jdk15</classifier>
202 </dependency>
203 <dependency>
204 <groupId>org.springframework</groupId>
205 <artifactId>org.springframework.oxm</artifactId>
206 </dependency>
207
208 <!-- XmlView -->
209 <dependency>
210 <groupId>com.thoughtworks.xstream</groupId>
211 <artifactId>xstream</artifactId>
212 </dependency>
213 <dependency>
214 <groupId>xpp3</groupId>
215 <artifactId>xpp3</artifactId>
216 </dependency>
217 <dependency>
218 <groupId>stax</groupId>
219 <artifactId>stax</artifactId>
220 </dependency>
221
222 <!-- JsonView -->
223 <dependency>
224 <!-- for xml serialization (net.sf.json.xml.XMLSerializer) -->
225 <groupId>xom</groupId>
226 <artifactId>xom</artifactId>
227 </dependency>
228
229
230
231 <!-- Connection Pooling -->
232 <dependency>
233 <groupId>org.hibernate</groupId>
234 <artifactId>hibernate-c3p0</artifactId>
235 </dependency>
236
237 <!-- SQL Debugging -->
238 <dependency>
239 <groupId>p6spy</groupId>
240 <artifactId>p6spy</artifactId>
241 </dependency>
242 </dependencies>
243
244 <build>
245 <plugins>
246 <plugin>
247 <groupId>org.apache.maven.plugins</groupId>
248 <artifactId>maven-war-plugin</artifactId>
249 <version>2.1-beta-1</version>
250 </plugin>
251 <plugin>
252 <groupId>com.vaadin</groupId>
253 <artifactId>vaadin-maven-plugin</artifactId>
254 <configuration>
255 <strict>true</strict>
256 <force>true</force>
257 <webappDirectory>../cdmlib-remote-webapp/src/main/webapp/VAADIN/widgetsets</webappDirectory>
258 </configuration>
259 </plugin>
260 <plugin>
261 <artifactId>maven-resources-plugin</artifactId>
262 <version>2.5</version>
263 <executions>
264 <execution>
265 <id>copy-resources</id>
266 <phase>validate</phase>
267 <goals>
268 <goal>copy-resources</goal>
269 </goals>
270 <configuration>
271 <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
272 <resources>
273 <resource>
274 <directory>../src/site/apt/remote</directory>
275 <filtering>true</filtering>
276 </resource>
277 </resources>
278 </configuration>
279 </execution>
280 </executions>
281 </plugin>
282 </plugins>
283 </build>
284 </project>
285