<?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>

    <groupId>com.cts.autoist</groupId>
    <artifactId>autoist-app</artifactId>
    <version>0.0.1.5</version>
    <properties>
        <java.version>17</java.version>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
    </properties>

    <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>org.postgresql</groupId><artifactId>postgresql</artifactId></dependency>

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



        <dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><optional>true</optional></dependency>


        <dependency><groupId>net.thevpc.nuts</groupId><artifactId>nuts</artifactId><version>0.8.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-supplier-invoices-dal-jpa</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-ws-rest</artifactId><version>0.0.1.5</version></dependency>

        <!-- must implement JPA first -->
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customer-invoices-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-ws-rest</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-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-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-suppliers-dal-api</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-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-api</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-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-api</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-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-invoices-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-dal-jpa</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-banks-dal-jpa</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-banks-ws-rest</artifactId><version>0.0.1.5</version></dependency>

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

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-expenses-dal-api</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-fncperiods-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-fncperiods-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-fncperiods-ws-rest</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-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-fnctransactions-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-fnctransactions-service-impl</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-files-service-impl</artifactId><version>0.0.1.5</version></dependency>
<!--        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-files-dal-jpa</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-suppliers-infra</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-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-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-expenses-dal-jpa</artifactId><version>0.0.1.5</version></dependency>

        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-currencies-dal-jpa</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-currencies-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-currencies-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-jpa</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.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.extensions</groupId><artifactId>protos-extension-settings-ws-rest</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-settings-service-impl</artifactId><version>0.0.1.5</version></dependency>
        <dependency><groupId>net.thevpc.protos.drivers</groupId><artifactId>protos-driver-settings-dal-jpa</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>org.springframework.boot</groupId><artifactId>spring-boot-autoconfigure</artifactId></dependency>


        <!--        <dependency>-->
<!--            <groupId>net.thevpc.protos.modules</groupId>-->
<!--            <artifactId>protos-module-autoist-infra</artifactId>-->
<!--            <version>0.0.1.5</version>-->
<!--            -->
<!--        </dependency>-->


    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <excludes>
                        <exclude>
                            <groupId>org.projectlombok</groupId>
                            <artifactId>lombok</artifactId>
                        </exclude>
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>6</source>
                    <target>6</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>