<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>de.muenchen.refarch</groupId>
        <artifactId>refarch-dms-integration</artifactId>
        <version>1.3.4</version>
    </parent>

    <artifactId>refarch-dms-integration-fabasoft-soap</artifactId>
    <packaging>pom</packaging>

    <dependencies>
        <dependency> <!-- com.sun.xml.internal.ws.spi.ProviderImpl -->
            <groupId>com.sun.xml.ws</groupId>
            <artifactId>jaxws-rt</artifactId>
            <version>4.0.3</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>jakarta.xml.bind</groupId>
            <artifactId>jakarta.xml.bind-api</artifactId>
        </dependency>
        <dependency>
            <groupId>jakarta.xml.ws</groupId>
            <artifactId>jakarta.xml.ws-api</artifactId>
        </dependency>
    </dependencies>

    <modules>
        <module>refarch-dms-integration-fabasoft-api</module>
        <module>refarch-dms-integration-fabasoft-mock</module>
        <module>refarch-dms-integration-fabasoft-mock-service</module>
    </modules>

</project>
