root/his/tags/1.6.0/support/pom.xml
| Revision 1206, 1.5 kB (checked in by wouter, 3 years ago) |
|---|
| 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-support</name> |
| 28 | <groupId>org.joiningtracks</groupId> |
| 29 | <artifactId>his-support</artifactId> |
| 30 | <packaging>pom</packaging> |
| 31 | |
| 32 | <modules> |
| 33 | <module>testutil</module> |
| 34 | <module>util</module> |
| 35 | <module>xmldb</module> |
| 36 | <module>data</module> |
| 37 | </modules> |
| 38 | |
| 39 | <dependencies> |
| 40 | |
| 41 | <!-- module dependencies --> |
| 42 | |
| 43 | <!-- Compile time dependencies --> |
| 44 | |
| 45 | </dependencies> |
| 46 | |
| 47 | </project> |
Note: See TracBrowser for help on using the browser.
