root/his/tags/1.5.0/samples/pom.xml

Revision 1124, 1.9 kB (checked in by olger, 3 years ago)

Released 1.5.0

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.5.0</version>
23         <relativePath>../pom.xml</relativePath>
24     </parent>
25
26     <modelVersion>4.0.0</modelVersion>
27     <name>his-samples</name>
28     <groupId>org.joiningtracks</groupId>
29     <artifactId>his-samples</artifactId>
30     <packaging>pom</packaging>
31
32     <modules>
33         <module>pathway-plugin</module>
34         <module>patientpropagation-plugin</module>
35         <module>form</module>
36         <module>frontend-plugin</module>
37     </modules>
38
39     <dependencies>
40         <dependency>
41             <groupId>org.joiningtracks</groupId>
42             <artifactId>his-support-testutil</artifactId>
43             <version>${project.version}</version>
44             <scope>test</scope>
45         </dependency>
46         <dependency>
47             <groupId>hsqldb</groupId>
48             <artifactId>hsqldb</artifactId>
49             <version>1.8.0.7</version>
50             <scope>test</scope>
51         </dependency>
52     </dependencies>
53
54 </project>
Note: See TracBrowser for help on using the browser.