<?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 https://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>
    <groupId>net.thevpc.protos.app.demo.jpa</groupId>
    <artifactId>app-jar</artifactId>
    <version>0.0.1.5</version>
    <name>Protos :: App Simple JAR</name>
    <packaging>jar</packaging>
    <description>Protos JPA App</description>
    <properties>
        <java.version>17</java.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
    </properties>
    <dependencies>

        <!-- WEB -->

        <!-- MODULES -->


        <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-service-impl</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.modules</groupId><artifactId>protos-module-banks-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-suppliers-ws-rest</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-edu-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-students-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-teachers-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-administratives-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-course-evals-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-issues-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-stocktaking-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-borrow-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-employees-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-cms-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-files-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-calendars-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-messages-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-announcements-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-skills-ws-rest</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-ws-rest</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-admin-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-issue-tracker-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-traces-ws-rest</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-custom-types-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-dyna-forms-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-products-ws-rest</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-expenses-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-digital-twins-sensors-ws-rest</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-tracker-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-payroll-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-inventory-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stores-ws-rest</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-subscription-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-taxes-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customers-ws-rest</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-projects-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-supplier-invoices-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customer-invoices-ws-rest</artifactId><version>0.0.1.5</version></dependency>-->

<!--        <dependency><groupId>com.cts.nuts.enterprise</groupId><artifactId>nagent-server-jakarta-lp-lib</artifactId><version>0.8.9.0</version></dependency>-->

<!--        <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope></dependency>-->


<!--        <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-autoconfigure</artifactId></dependency>-->
<!--        <dependency><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></dependency>-->

        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-dal-jpa</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.modules</groupId><artifactId>protos-module-banks-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-suppliers-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-suppliers-dal-jpa</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-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-students-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-students-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-teachers-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-teachers-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-administratives-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-administratives-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-course-evals-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-course-evals-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-issues-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-issues-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-stocktaking-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-stocktaking-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-borrow-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-borrow-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-employees-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-employees-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-cms-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-cms-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-files-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-files-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-calendars-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-calendars-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-messages-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-messages-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-announcements-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-announcements-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-skills-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-skills-dal-mongodb</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-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-multitenancy-admin-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-admin-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-issue-tracker-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-issue-tracker-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-traces-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-expenses-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-digital-twins-sensors-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-tracker-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-nuts-enterprise-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-payroll-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-inventory-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stores-service-impl</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-subscription-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customers-service-impl</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customer-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-supplier-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-products-service-impl</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>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-projects-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-projects-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-custom-types-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-custom-types-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-dyna-forms-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-ocr-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>-->

<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-banks-dal-jpa</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-students-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-teachers-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-administratives-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-edu-course-evals-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-issues-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-stocktaking-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stock-equipments-borrow-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-employees-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-cms-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-files-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-calendars-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-messages-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-announcements-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-skills-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-admin-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-issue-tracker-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-multitenancy-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-traces-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-itsm-projects-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-custom-types-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-dyna-forms-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-products-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-ocr-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-ocr-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-expenses-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-expenses-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-digital-twins-sensors-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-digital-twins-sensors-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-user-identities-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-tracker-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-tracker-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-nuts-enterprise-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-nuts-enterprise-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-payroll-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-hr-payroll-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-inventory-dal-jpa</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-stores-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-subscription-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-subscription-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-taxes-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-taxes-dal-jpa</artifactId><version>0.0.1.5</version></dependency>-->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customers-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customer-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customer-invoices-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-supplier-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>-->
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-supplier-invoices-dal-mongodb</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-memory-broker-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-texts-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-notifications-ws-rest</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-notifications-dal-mongodb</artifactId><version>0.0.1.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>org.postgresql</groupId><artifactId>postgresql</artifactId></dependency>



    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.6.2</version>
                <configuration>
                    <excludes>
                        <exclude>
                            <groupId>org.projectlombok</groupId>
                            <artifactId>lombok</artifactId>
                        </exclude>
                    </excludes>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
