<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>ipf-platform-camel-ihe</artifactId>
        <groupId>org.openehealth.ipf.platform-camel</groupId>
        <version>5.1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>

    <artifactId>ipf-platform-camel-ihe-fhir</artifactId>
    <name>ipf-platform-camel-ihe-fhir</name>
    <description>FHIR Restful IHE components for Apache Camel</description>


    <modules>
        <module>core</module>
        <module>r4</module>
        <module>stu3</module>
    </modules>

</project>