<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">
    
    <modelVersion>4.0.0</modelVersion>
    <artifactId>ipf-modules-cda-mdht</artifactId>
    <name>ipf-modules-cda-mdht</name>
    <description>MDHT-specific CDA support</description>

    
    <parent>
        <groupId>org.openehealth.ipf.modules</groupId>
        <artifactId>ipf-modules-cda</artifactId>
        <version>5.0.0</version>
    </parent>
    
    <properties>
        <ipf.extension.beans>cdaModelExtension</ipf.extension.beans>
    </properties>
    
    <dependencies>
        <dependency>
            <groupId>org.openehealth.ipf.commons</groupId>
            <artifactId>ipf-commons-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openehealth.ipf.oht.mdht</groupId>
            <artifactId>ipf-oht-mdht-uml-cda</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.equinox</groupId>
            <artifactId>app</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.equinox</groupId>
            <artifactId>common</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openehealth.ipf.oht.mdht</groupId>
            <artifactId>ipf-oht-mdht-uml-cda-ccd</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openehealth.ipf.oht.mdht</groupId>
            <artifactId>ipf-oht-mdht-uml-cda-hitsp</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openehealth.ipf.oht.mdht</groupId>
            <artifactId>ipf-oht-mdht-uml-cda-consol</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openehealth.ipf.oht.mdht</groupId>
            <artifactId>ipf-oht-mdht-uml-cda-ihe</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openehealth.ipf.oht.mdht</groupId>
            <artifactId>ipf-oht-mdht-uml-cda-cdt</artifactId>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

</project>
