<?xml version="1.0" encoding="UTF-8"?>
<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.modules</groupId>
	<artifactId>protos-module-veoni-fvm-service-impl</artifactId>
	<version>0.0.1.5</version>
        <name>FVM :: Backend Module :: Service Impl Layer</name>
	<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-service-impl</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-veoni-fvm-dal-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-veoni-fvm-service-api</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-suppliers-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-supplier-invoices-service-api</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-user-identities-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-currencies-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-fncperiods-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-taxes-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-expenses-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-files-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-banks-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-file-attachments-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-fnctransactions-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customers-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-customer-invoices-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-products-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-vehicles-service-api</artifactId><version>0.0.1.5</version></dependency>
            <dependency><groupId>net.thevpc.protos.modules</groupId><artifactId>protos-module-invoices-service-api</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.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.ndb</groupId><artifactId>nsql</artifactId><version>0.8.9.0</version></dependency>
            <dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><optional>true</optional><version>1.18.38</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.extensions</groupId><artifactId>protos-extension-dashboard-service-api</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>
        <!-- Excel -->
        <dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</artifactId><version>5.2.5</version></dependency>

        <!-- PDF -->
        <dependency><groupId>com.itextpdf</groupId><artifactId>itext7-core</artifactId><version>8.0.3</version><type>pom</type></dependency>
        <dependency>
            <groupId>com.ibm.icu</groupId>
            <artifactId>icu4j</artifactId>
            <version>78.2</version>
        </dependency>
        <dependency>
            <groupId>com.ibm.icu</groupId>
            <artifactId>icu4j</artifactId>
            <version>60.2</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>

	<build>
	</build>

</project>
