root/his/tags/1.6.0/plugin/pom.xml
| Revision 1206, 2.2 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-plugin</name> |
| 28 | <groupId>org.joiningtracks</groupId> |
| 29 | <artifactId>his-plugin</artifactId> |
| 30 | <packaging>pom</packaging> |
| 31 | |
| 32 | <modules> |
| 33 | <module>bridge</module> |
| 34 | <module>api</module> |
| 35 | </modules> |
| 36 | |
| 37 | <dependencies> |
| 38 | <!-- JBoss JPDL dependencies --> |
| 39 | <dependency> |
| 40 | <groupId>jbpm</groupId> |
| 41 | <artifactId>jpdl</artifactId> |
| 42 | <version>3.2.2</version> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>dom4j</groupId> |
| 46 | <artifactId>dom4j</artifactId> |
| 47 | <version>1.6.1</version> |
| 48 | <exclusions> |
| 49 | <exclusion> |
| 50 | <groupId>xml-apis</groupId> |
| 51 | <artifactId>xml-apis</artifactId> |
| 52 | </exclusion> |
| 53 | </exclusions> |
| 54 | </dependency> |
| 55 | |
| 56 | <!-- required for hibernate-entitymanager --> |
| 57 | <dependency> |
| 58 | <groupId>org.joiningtracks</groupId> |
| 59 | <artifactId>his-support-testutil</artifactId> |
| 60 | <version>${project.version}</version> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | </dependencies> |
| 64 | </project> |
Note: See TracBrowser for help on using the browser.
