<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-commons-ihe-xacml20</artifactId>
    <name>ipf-commons-ihe-xacml20</name>
    <description>Support for XACML 2.0-based integration profiles</description>

    <packaging>pom</packaging>

    <parent>
        <groupId>org.openehealth.ipf.commons</groupId>
        <artifactId>ipf-commons-ihe</artifactId>
        <version>5.1-20250314</version>
    </parent>

    <modules>
       <module>model</module>
       <module>impl</module>
    </modules>

</project>
