<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>3.4.4</version><relativePath/></parent>

    <artifactId>app-war</artifactId>
    <packaging>war</packaging>
    <dependencies>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-infra</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-service-rest-cli</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-dal-api</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-grc-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-grc-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-grc-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.nuts</groupId><artifactId>nuts</artifactId><version>0.8.5</version></dependency>


        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-user-security-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-users-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-users-auth-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-user-identities-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-users-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-users-dal-jpa</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-users-ws-rest</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-admin-db-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-admin-ha-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-admin-db-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-admin-ha-service-impl</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-user-identities-ws-rest</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-institutions-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-institutions-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-institutions-dal-jpa</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-identities-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-identities-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-identities-dal-jpa</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-locations-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-locations-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-locations-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>org.postgresql</groupId><artifactId>postgresql</artifactId></dependency>
    </dependencies>
    <properties>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-war-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>