Project

General

Profile

Download (7.82 KB) Statistics
| Branch: | Tag: | Revision:
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.1.4-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>org.springframework.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>com.ibm.lsid</groupId>
124
      <artifactId>lsid-server</artifactId>
125
    </dependency>
126
    <dependency>
127
      <groupId>com.ibm.lsid</groupId>
128
      <artifactId>lsid-client</artifactId>
129
    </dependency>
130
    <dependency>
131
      <groupId>org.easymock</groupId>
132
      <artifactId>easymock</artifactId>
133
    </dependency>
134
    <dependency>
135
      <groupId>xmlunit</groupId>
136
      <artifactId>xmlunit</artifactId>
137
      </dependency>
138
    <dependency>
139
      <groupId>org.springframework</groupId>
140
      <artifactId>org.springframework.test</artifactId>
141
    </dependency>
142
    <dependency>
143
      <groupId>net.sf.dozer</groupId>
144
      <artifactId>dozer</artifactId>
145
    </dependency>
146
    <dependency>
147
      <groupId>joda-time</groupId>
148
      <artifactId>joda-time</artifactId>
149
    </dependency>
150
    <dependency>
151
      <groupId>org.hibernate</groupId>
152
      <artifactId>hibernate-cglib-repack</artifactId>
153
    </dependency>
154
    <dependency>
155
    <groupId>org.hibernate</groupId>
156
    <artifactId>hibernate-core</artifactId>
157
  </dependency>
158
  <dependency>
159
      <groupId>org.hibernate</groupId>
160
      <artifactId>hibernate-ehcache</artifactId>
161
    </dependency>
162
    <dependency>
163
      <groupId>commons-io</groupId>
164
      <artifactId>commons-io</artifactId>
165
    </dependency>
166
    <dependency>
167
        <groupId>net.sf.json-lib</groupId>
168
        <artifactId>json-lib</artifactId>
169
        <classifier>jdk15</classifier>
170
    </dependency>
171
  <dependency>
172
    <groupId>org.springframework</groupId>
173
    <artifactId>org.springframework.oxm</artifactId>
174
    <version>${spring.version}</version>
175
  </dependency>
176

    
177
    <!-- XmlView -->
178
    <dependency>
179
      <groupId>com.thoughtworks.xstream</groupId>
180
      <artifactId>xstream</artifactId>
181
    </dependency>
182
    <dependency>
183
      <groupId>xpp3</groupId>
184
      <artifactId>xpp3</artifactId>
185
    </dependency>
186
    <dependency>
187
      <groupId>stax</groupId>
188
      <artifactId>stax</artifactId>
189
    </dependency>
190

    
191
    <!-- JSP TAG LIBS -->
192
    <dependency>
193
      <groupId>taglibs</groupId>
194
      <artifactId>standard</artifactId>
195
      <version>1.1.2</version>
196
    </dependency>
197
    <dependency>
198
      <groupId>taglibs</groupId>
199
      <artifactId>x</artifactId>
200
      <version>1.1.2</version>
201
      <type>tld</type>
202
    </dependency>
203
    <!--  Connection Pooling  -->
204
        <dependency>
205
            <groupId>org.hibernate</groupId>
206
            <artifactId>hibernate-c3p0</artifactId>
207
     </dependency>
208
     <dependency>
209
	<groupId>com.vaadin</groupId>
210
	<artifactId>vaadin-server</artifactId>              
211
      </dependency>
212
      <dependency>
213
        <groupId>com.vaadin</groupId>
214
        <artifactId>vaadin-shared</artifactId>     
215
      </dependency>
216
      <dependency>
217
	<groupId>com.vaadin</groupId>
218
	<artifactId>vaadin-client-compiled</artifactId>
219
      </dependency>
220
      <dependency>
221
	<groupId>com.vaadin</groupId>
222
	<artifactId>vaadin-client</artifactId>
223
	<scope>provided</scope>
224
      </dependency>
225
      <dependency>
226
	<groupId>com.vaadin</groupId>
227
	<artifactId>vaadin-themes</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
     <plugins>
239
      <plugin>
240
        <artifactId>maven-resources-plugin</artifactId>
241
        <version>2.5</version>
242
        <executions>
243
          <execution>
244
            <id>copy-resources</id>
245
            <phase>validate</phase>
246
            <goals>
247
              <goal>copy-resources</goal>
248
            </goals>
249
            <configuration>
250
              <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
251
              <resources>
252
                <resource>
253
                  <directory>../src/site/apt/remote</directory>
254
                  <filtering>true</filtering>
255
                </resource>
256
              </resources>
257
            </configuration>
258
          </execution>
259
        </executions>
260
      </plugin>
261
    </plugins>
262
   </build>
263
</project>
264

    
(3-3/3)