|
|
|
@ -9,43 +9,129 @@
|
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<!-- Local / Internal -->
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>reposilite-repository-internal</id>
|
|
|
|
|
|
|
|
<url>https://maven2.de.geis-group.net/internal</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<!-- CaptainCasa repository -->
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>org.eclnt</id>
|
|
|
|
<id>org.eclnt</id>
|
|
|
|
<url>https://www.captaincasa.com/mavenrepository</url>
|
|
|
|
<url>https://www.captaincasa.com/mavenrepository</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
<!-- Repository for dependent artifacts -->
|
|
|
|
<!-- Repository for dependent artifacts -->
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>mvnrepository.com</id>
|
|
|
|
<id>central</id>
|
|
|
|
<url>https://mvnrepository.com/repos/central</url>
|
|
|
|
<url>https://repo1.maven.org/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>org.outerj</id>
|
|
|
|
<id>org.outerj</id>
|
|
|
|
<url>https://maven.atlassian.com/3rdparty/</url>
|
|
|
|
<url>https://maven.atlassian.com/3rdparty/</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>redhat</id>
|
|
|
|
|
|
|
|
<url>https://maven.repository.redhat.com/earlyaccess/all/</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>talend</id>
|
|
|
|
|
|
|
|
<url>https://talend-update.talend.com/nexus/content/repositories/libraries/</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<!-- This is the CaptainCasa version to be used. -->
|
|
|
|
<!-- This is the CaptainCasa version to be used. -->
|
|
|
|
<cc.version>20251117</cc.version>
|
|
|
|
<cc.version>20260204</cc.version>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>eclntjsfserverRISC_jakarta</artifactId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
<version>2.15.3</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency> <!-- log4j bridge -->
|
|
|
|
<!--dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<groupId>org.apache.axis2</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
<artifactId>axis2-saaj</artifactId>
|
|
|
|
<version>2.17.0</version>
|
|
|
|
<version>1.8.2</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
xml-apis</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
|
|
|
|
|
|
|
<artifactId>stax2-api</artifactId>
|
|
|
|
|
|
|
|
<version>4.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<groupId>com.fasterxml.woodstox</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<artifactId>woodstox-core</artifactId>
|
|
|
|
<version>1.2.17</version>
|
|
|
|
<version>6.5.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>jakarta.xml.soap</groupId>
|
|
|
|
|
|
|
|
<artifactId>jakarta.xml.soap-api</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
com.sun.xml.messaging.saaj</groupId>
|
|
|
|
|
|
|
|
<artifactId>saaj-impl</artifactId>
|
|
|
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclipse.angus</groupId>
|
|
|
|
|
|
|
|
<artifactId>angus-activation</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>javax.xml.soap</groupId>
|
|
|
|
|
|
|
|
<artifactId>saaj-api</artifactId>
|
|
|
|
|
|
|
|
<version>1.3.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.glassfish.metro</groupId>
|
|
|
|
|
|
|
|
<artifactId>webservices-rt</artifactId>
|
|
|
|
|
|
|
|
<version>2.4.4</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.glassfish.metro</groupId>
|
|
|
|
|
|
|
|
<artifactId>webservices-api</artifactId>
|
|
|
|
|
|
|
|
<version>2.4.4</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.glassfish</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
jakarta.json</artifactId>
|
|
|
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.glassfish.jaxb</groupId>
|
|
|
|
|
|
|
|
<artifactId>jaxb-runtime</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.2</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
jersey-client</artifactId>
|
|
|
|
|
|
|
|
<version>3.1.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.glassfish.jersey.inject</groupId>
|
|
|
|
|
|
|
|
<artifactId>jersey-hk2</artifactId>
|
|
|
|
|
|
|
|
<version>
|
|
|
|
|
|
|
|
3.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
@ -61,50 +147,183 @@
|
|
|
|
<version>9.1.0</version>
|
|
|
|
<version>9.1.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.soap</groupId>
|
|
|
|
<groupId>
|
|
|
|
<artifactId>jakarta.xml.soap-api</artifactId>
|
|
|
|
org.eclnt</groupId>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
<artifactId>eclntjsfserverRISC_jakarta</artifactId>
|
|
|
|
|
|
|
|
<version>
|
|
|
|
|
|
|
|
${cc.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
|
|
|
|
<groupId>xml-apis</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntpbc_jakarta</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntclient_ext_chartjsV4</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntccee_jakarta</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntclient_ext_ckeditorV4</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntclient_ext_ckeditorV5</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntclient_ext_jsqr</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
|
|
|
<artifactId>
|
|
|
|
|
|
|
|
eclntclient_ext_quillV1</artifactId>
|
|
|
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency> <!-- PDF creation in grid processing -->
|
|
|
|
|
|
|
|
<groupId>com.github.librepdf</groupId>
|
|
|
|
|
|
|
|
<artifactId>openpdf</artifactId>
|
|
|
|
|
|
|
|
<version>1.3.30</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency> <!-- HTML sanitizing -->
|
|
|
|
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
|
|
|
|
<version>1.10.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency> <!-- log4j bridge -->
|
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
|
|
|
|
<version>2.17.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
|
|
|
<version>1.2.17</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>2.8.5</version>
|
|
|
|
<version>2.8.5</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.owasp.esapi</groupId>
|
|
|
|
|
|
|
|
<artifactId>esapi</artifactId>
|
|
|
|
|
|
|
|
<version>2.5.3.1</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
|
|
|
|
<groupId>xml-apis</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
|
|
|
|
<groupId>xml-apis-ext</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<artifactId>hibernate-core-jakarta</artifactId>
|
|
|
|
<artifactId>hibernate-core-jakarta</artifactId>
|
|
|
|
<version>5.6.15.Final</version>
|
|
|
|
<version>5.6.15.Final</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
<groupId>net.sf.barcode4j</groupId>
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
|
|
|
<artifactId>barcode4j</artifactId>
|
|
|
|
<version>2.6.0</version>
|
|
|
|
<version>2.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.enterprisedt</groupId>
|
|
|
|
|
|
|
|
<artifactId>edtftpj</artifactId>
|
|
|
|
|
|
|
|
<version>2.5.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.jfree</groupId>
|
|
|
|
|
|
|
|
<artifactId>jfreechart</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.19</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
|
|
|
<version>5.2.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
|
|
<version>5.2.3</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>stax-ex</artifactId>
|
|
|
|
<artifactId>
|
|
|
|
<groupId>org.jvnet.staxex</groupId>
|
|
|
|
org.apache.xmlbeans</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
<groupId>
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
|
|
|
org.apache.httpcomponents.client5</groupId>
|
|
|
|
<version>5.2.0</version>
|
|
|
|
<artifactId>httpclient5</artifactId>
|
|
|
|
|
|
|
|
<version>
|
|
|
|
|
|
|
|
5.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<groupId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
com.sun.mail</groupId>
|
|
|
|
<version>3.1.3</version>
|
|
|
|
<artifactId>jakarta.mail</artifactId>
|
|
|
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.eclipse.angus</groupId>
|
|
|
|
|
|
|
|
<artifactId>jakarta.mail</artifactId>
|
|
|
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.eclipse.angus</groupId>
|
|
|
|
|
|
|
|
<artifactId>angus-mail</artifactId>
|
|
|
|
|
|
|
|
<version>2.0.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.mwiede</groupId>
|
|
|
|
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
|
|
|
|
<version>0.2.12</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.googlecode.libphonenumber</groupId>
|
|
|
|
|
|
|
|
<artifactId>libphonenumber</artifactId>
|
|
|
|
|
|
|
|
<version>8.9.9</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
|
|
|
|
<artifactId>jersey-bundle</artifactId>
|
|
|
|
|
|
|
|
<version>1.19.4</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>
|
|
|
|
<groupId>
|
|
|
|
@ -119,6 +338,11 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.lookfirst</groupId>
|
|
|
|
|
|
|
|
<artifactId>sardine</artifactId>
|
|
|
|
|
|
|
|
<version>5.10</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
@ -130,52 +354,124 @@
|
|
|
|
<version>2.11.0</version>
|
|
|
|
<version>2.11.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<groupId>net.sf.jt400</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<artifactId>jt400</artifactId>
|
|
|
|
<version>1.16.1</version>
|
|
|
|
<version>11.2</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>dnsjava</groupId>
|
|
|
|
<groupId>dnsjava</groupId>
|
|
|
|
<artifactId>dnsjava</artifactId>
|
|
|
|
<artifactId>dnsjava</artifactId>
|
|
|
|
<version>3.5.2</version>
|
|
|
|
<version>3.5.2</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.w3c</groupId>
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
<artifactId>dom</artifactId>
|
|
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
|
|
<version>2.3.0-jaxb-1.0.6</version>
|
|
|
|
<version>12.2.0.jre11</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.owasp.esapi</groupId>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<artifactId>esapi</artifactId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<version>2.5.3.1</version>
|
|
|
|
<version>3.1.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
|
|
|
|
<artifactId>azure-identity</artifactId>
|
|
|
|
|
|
|
|
<version>1.10.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.microsoft.graph</groupId>
|
|
|
|
|
|
|
|
<artifactId>microsoft-graph</artifactId>
|
|
|
|
|
|
|
|
<version>5.69.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- local dependencies in folder lib -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>ptvonline-routing</artifactId>
|
|
|
|
|
|
|
|
<version>1.35</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>ptvonline-geocoding</artifactId>
|
|
|
|
|
|
|
|
<version>1.16</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>ptvonline-sequence_optimization</artifactId>
|
|
|
|
|
|
|
|
<version>1.8</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>dle</artifactId>
|
|
|
|
|
|
|
|
<version>1</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
<artifactId>org.jdom</artifactId>
|
|
|
|
<groupId>xml-apis</groupId>
|
|
|
|
<groupId>
|
|
|
|
|
|
|
|
jdom</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>timocomv2</artifactId>
|
|
|
|
|
|
|
|
<version>1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>vlwis</artifactId>
|
|
|
|
|
|
|
|
<version>55</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>vtwsclib</artifactId>
|
|
|
|
|
|
|
|
<version>1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.ibm.icu</groupId>
|
|
|
|
|
|
|
|
<artifactId>icu4j</artifactId>
|
|
|
|
|
|
|
|
<version>74.2</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
|
|
|
|
|
|
|
<version>2.6.0</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
<artifactId>stax-ex</artifactId>
|
|
|
|
<groupId>xml-apis-ext</groupId>
|
|
|
|
<groupId>org.jvnet.staxex</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- optional: addon pacakges -->
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
<artifactId>eclntccee_jakarta</artifactId>
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
<version>5.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>eclntpbc_jakarta</artifactId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
<version>1.16.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.deepl.api</groupId>
|
|
|
|
|
|
|
|
<artifactId>deepl-java</artifactId>
|
|
|
|
|
|
|
|
<version>1.5.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
|
|
|
|
<version>3.11.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>external</groupId>
|
|
|
|
|
|
|
|
<artifactId>ctl-api-client</artifactId>
|
|
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
|