root/his/tags/1.6.0/service/pom.xml

Revision 1206, 6.1 kB (checked in by wouter, 3 years ago)

Release of his.

  • Property svn:eol-style set to native
Line 
1 <!--
2   ~ Copyright 2008-2009 Stichting JoiningTracks, The Netherlands
3   ~ Licensed under the Apache License, Version 2.0 (the "License");
4   ~ you may not use this file except in compliance with the License.
5   ~ You may obtain a copy of the License at
6   ~
7   ~ http://www.apache.org/licenses/LICENSE-2.0
8   ~
9   ~ Unless required by applicable law or agreed to in writing,
10   ~ software distributed under the License is distributed on an "AS IS" BASIS,
11   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12   ~ See the License for the specific language governing permissions and
13   ~ limitations under the License.
14   -->
15
16 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18
19     <parent>
20         <groupId>org.joiningtracks</groupId>
21         <artifactId>his</artifactId>
22         <version>1.6.0</version>
23         <relativePath>../pom.xml</relativePath>
24     </parent>
25
26     <modelVersion>4.0.0</modelVersion>
27     <name>his-service</name>
28     <groupId>org.joiningtracks</groupId>
29     <artifactId>his-service</artifactId>
30     <packaging>jar</packaging>
31
32     <dependencies>
33
34         <!-- Module dependencies -->
35
36         <dependency>
37             <groupId>org.joiningtracks</groupId>
38             <artifactId>his-data</artifactId>
39             <version>${project.version}</version>
40         </dependency>
41
42         <dependency>
43             <groupId>org.joiningtracks</groupId>
44             <artifactId>his-support-util</artifactId>
45             <version>${project.version}</version>
46         </dependency>
47
48         <!-- External dependencies -->
49
50         <dependency>
51             <groupId>org.joiningtracks</groupId>
52             <artifactId>his-support-testutil</artifactId>
53             <version>${project.version}</version>
54             <scope>test</scope>
55         </dependency>
56
57         <!--
58                 <dependency>
59                     <groupId>org.apache.directory.server</groupId>
60                     <artifactId>apacheds-server-unit</artifactId>
61                     <version>1.0.2</version>
62                     <scope>test</scope>
63                     <exclusions>
64                         <exclusion>
65                             <groupId>org.slf4j.slf4j</groupId>
66                             <artifactId>slf4j-api</artifactId>
67                         </exclusion>
68                     </exclusions>
69                 </dependency>
70
71         -->
72         <dependency>
73             <groupId>org.slf4j</groupId>
74             <artifactId>slf4j-log4j12</artifactId>
75             <version>1.5.6</version>
76             <scope>test</scope>
77         </dependency>
78
79         <dependency>
80             <groupId>velocity</groupId>
81             <artifactId>velocity</artifactId>
82             <version>1.5</version>
83         </dependency>
84
85         <dependency>
86             <groupId>javax.mail</groupId>
87             <artifactId>mail</artifactId>
88             <version>1.4</version>
89         </dependency>
90
91         <dependency>
92             <groupId>org.jvnet.mock-javamail</groupId>
93             <artifactId>mock-javamail</artifactId>
94             <version>1.7</version>
95             <scope>test</scope>
96         </dependency>
97
98         <dependency>
99             <groupId>net.fortuna</groupId>
100             <artifactId>ical4j</artifactId>
101             <version>1.0-beta4</version>
102         </dependency>
103
104         <dependency>
105             <groupId>commons-httpclient</groupId>
106             <artifactId>commons-httpclient</artifactId>
107             <version>3.1</version>
108         </dependency>
109
110         <dependency>
111             <groupId>org.springframework.security</groupId>
112             <artifactId>spring-security-core</artifactId>
113             <version>2.0.4</version>
114             <scope>test</scope>
115             <classifier>tests</classifier>
116         </dependency>
117
118         <!-- dependency in order to use sping module caching. Gives issues with data objects connection pooling
119         <dependency>
120             <groupId>org.springmodules</groupId>
121             <artifactId>spring-modules-cache</artifactId>
122             <version>0.8a</version>
123             <exclusions>
124                 <exclusion>
125                         <groupId>gigaspaces</groupId>
126                         <artifactId>gigaspaces-ce</artifactId>
127                 </exclusion>
128                 <exclusion>
129                         <groupId>jini</groupId>
130                         <artifactId>jsk-lib</artifactId>
131                 </exclusion>
132                 <exclusion>
133                         <groupId>jini</groupId>
134                         <artifactId>jsk-platform</artifactId>
135                 </exclusion>
136                 <exclusion>
137                         <groupId>jini</groupId>
138                         <artifactId>mahalo</artifactId>
139                 </exclusion>
140                 <exclusion>
141                         <groupId>jini</groupId>
142                         <artifactId>reggie</artifactId>
143                 </exclusion>
144                 <exclusion>
145                         <groupId>jini</groupId>
146                         <artifactId>start</artifactId>
147                 </exclusion>
148                 <exclusion>
149                         <groupId>jini</groupId>
150                         <artifactId>boot</artifactId>
151                 </exclusion>
152                 <exclusion>
153                         <groupId>jini</groupId>
154                         <artifactId>webster</artifactId>
155                 </exclusion>
156                 <exclusion>
157                         <groupId>jboss</groupId>
158                         <artifactId>jboss-common</artifactId>
159                 </exclusion>
160                 <exclusion>
161                         <groupId>jboss</groupId>
162                         <artifactId>jboss-jmx</artifactId>
163                 </exclusion>
164                 <exclusion>
165                         <groupId>jboss</groupId>
166                         <artifactId>jboss-minimal</artifactId>
167                 </exclusion>
168                 <exclusion>
169                         <groupId>jboss</groupId>
170                         <artifactId>jboss-system</artifactId>
171                 </exclusion>
172                 <exclusion>
173                         <groupId>jcs</groupId>
174                         <artifactId>jcs</artifactId>
175                 </exclusion>
176                 <exclusion>
177                         <groupId>xpp3</groupId>
178                         <artifactId>xpp3_min</artifactId>
179                 </exclusion>
180            </exclusions>
181         </dependency>
182  -->
183         <dependency>
184             <groupId>org.osaf</groupId>
185             <artifactId>caldav4j</artifactId>
186             <version>0.4-SNAPSHOT</version>
187             <exclusions>
188                 <exclusion>
189                     <groupId>net.fortuna</groupId>
190                     <artifactId>ical4j</artifactId>
191                 </exclusion>
192                 <exclusion>
193                     <groupId>ehcache</groupId>
194                     <artifactId>ehcache</artifactId>
195                 </exclusion>
196                 <exclusion>
197                     <groupId>xerces</groupId>
198                     <artifactId>xerces</artifactId>
199                 </exclusion>
200             </exclusions>
201         </dependency>
202
203     </dependencies>
204
205 </project>
Note: See TracBrowser for help on using the browser.