<?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>
    </parent>
    <groupId>net.thevpc.protos.app.grc</groupId>
    <artifactId>app-jar</artifactId>
    <version>0.0.1.5</version>
    <name>Protos :: App GRC JAR</name>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
    </properties>
    <dependencies>
        <dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><version>1.18.38</version></dependency>
        <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-tomcat</artifactId></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-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-grc-dal-mongodb</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>

        <!-- [GENERATED:protos] DO NOT EDIT BELOW -->
        <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-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-locations-dal-mongodb</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-identities-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-identities-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-identities-dal-mongodb</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-users-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-users-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-users-dal-mongodb</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-user-identities-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-user-identities-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-user-identities-dal-mongodb</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.extensions</groupId><artifactId>protos-extension-share-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-fs-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-settings-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-users-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-dashboard-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-sequences-service-api</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-share-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-share-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-fs-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-fs-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-settings-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-settings-ws-rest</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.extensions</groupId><artifactId>protos-extension-dashboard-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-dashboard-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.extensions</groupId><artifactId>protos-extension-sequences-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-notifications-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-settings-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.drivers</groupId><artifactId>protos-driver-sequences-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-dashboard-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-export-document-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-log-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-email-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-texts-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-notifications-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-settings-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-sequences-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-dashboard-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>
        <!-- [/GENERATED:protos] -->
        <dependency><groupId>org.postgresql</groupId><artifactId>postgresql</artifactId></dependency>
    </dependencies>
</project>