<?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</groupId>
    <artifactId>protos-app-finance</artifactId>
    <version>0.0.1.5</version>
    <name>Protos :: App Finance Builder</name>
    <description>Protos App Finance Bundle</description>
    <properties>
        <java.version>17</java.version>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
    </properties>
    <dependencies>
        <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-starter-tomcat</artifactId><scope>provided</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-infra</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.core</groupId><artifactId>protos-core-dal-mongodb</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>org.springframework</groupId><artifactId>spring-messaging</artifactId><version>5.3.21</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-files-ws-rest</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-invoices-ws-rest</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-invoices-infra</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-mongodb</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-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-institutions-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-users-service-impl</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.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-traces-ws-rest</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-traces-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-locations-service-impl</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>org.postgresql</groupId><artifactId>postgresql</artifactId></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-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-user-identities-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-dal-mongodb</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-products-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-products-dal-mongodb</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-customers-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customers-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-ws-rest</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-taxes-dal-mongodb</artifactId><version>0.0.1.5</version></dependency>


  </dependencies>
    <build>
        <plugins>
        </plugins>
    </build>
</project>