|
|
|
|
@ -10,10 +10,6 @@
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<!-- Local / Internal -->
|
|
|
|
|
<repository>
|
|
|
|
|
<id>reposilite-repository-internal</id>
|
|
|
|
|
<url>https://maven2.de.geis-group.net/internal</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<!-- CaptainCasa repository -->
|
|
|
|
|
<repository>
|
|
|
|
|
<id>org.eclnt</id>
|
|
|
|
|
@ -45,94 +41,31 @@
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>2.15.3</version>
|
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
|
<artifactId>hibernate-core-jakarta</artifactId>
|
|
|
|
|
<version>5.6.15.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--dependency>
|
|
|
|
|
<groupId>org.apache.axis2</groupId>
|
|
|
|
|
<artifactId>axis2-saaj</artifactId>
|
|
|
|
|
<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>
|
|
|
|
|
<groupId>jakarta.persistence</groupId>
|
|
|
|
|
<artifactId>jakarta.persistence-api</artifactId>
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.woodstox</groupId>
|
|
|
|
|
<artifactId>woodstox-core</artifactId>
|
|
|
|
|
<version>6.5.0</version>
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
|
<version>5.1.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>
|
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
@ -140,16 +73,14 @@
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
jakarta.platform</groupId>
|
|
|
|
|
<groupId>jakarta.platform</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
jakarta.jakartaee-api</artifactId>
|
|
|
|
|
<version>9.1.0</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntjsfserverRISC_jakarta</artifactId>
|
|
|
|
|
<version>
|
|
|
|
|
${cc.version}</version>
|
|
|
|
|
@ -161,64 +92,40 @@
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntpbc_jakarta</artifactId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntpbc_jakarta</artifactId>
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntclient_ext_chartjsV4</artifactId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntclient_ext_chartjsV4</artifactId>
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntccee_jakarta</artifactId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntccee_jakarta</artifactId>
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntclient_ext_ckeditorV4</artifactId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntclient_ext_ckeditorV4</artifactId>
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntclient_ext_ckeditorV5</artifactId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntclient_ext_ckeditorV5</artifactId>
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntclient_ext_jsqr</artifactId>
|
|
|
|
|
<groupId>org.eclnt</groupId>
|
|
|
|
|
<artifactId>eclntclient_ext_jsqr</artifactId>
|
|
|
|
|
<version>${cc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.eclnt</groupId>
|
|
|
|
|
<artifactId>
|
|
|
|
|
eclntclient_ext_quillV1</artifactId>
|
|
|
|
|
<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>
|
|
|
|
|
@ -230,63 +137,17 @@
|
|
|
|
|
<version>1.2.17</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
|
<version>2.8.5</version>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
<version>3.20.0</version>
|
|
|
|
|
</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>
|
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
|
<artifactId>hibernate-core-jakarta</artifactId>
|
|
|
|
|
<version>5.6.15.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.barcode4j</groupId>
|
|
|
|
|
<artifactId>barcode4j</artifactId>
|
|
|
|
|
<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>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<artifactId>
|
|
|
|
|
org.apache.xmlbeans</artifactId>
|
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
|
|
|
|
<version>5.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>
|
|
|
|
|
org.apache.httpcomponents.client5</groupId>
|
|
|
|
|
@ -300,78 +161,18 @@
|
|
|
|
|
<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>
|
|
|
|
|
<groupId>
|
|
|
|
|
xerces</groupId>
|
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
|
<version>2.12.2</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<artifactId>xml-apis</artifactId>
|
|
|
|
|
<groupId>
|
|
|
|
|
xml-apis</groupId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.lookfirst</groupId>
|
|
|
|
|
<artifactId>sardine</artifactId>
|
|
|
|
|
<version>5.10</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
<version>3.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>2.11.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.jt400</groupId>
|
|
|
|
|
<artifactId>jt400</artifactId>
|
|
|
|
|
<version>11.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>dnsjava</groupId>
|
|
|
|
|
<artifactId>dnsjava</artifactId>
|
|
|
|
|
<version>3.5.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
|
|
|
<version>12.2.0.jre11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
|
<version>3.1.3</version>
|
|
|
|
|
<version>3.3.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
|
@ -384,94 +185,14 @@
|
|
|
|
|
<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>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<artifactId>org.jdom</artifactId>
|
|
|
|
|
<groupId>
|
|
|
|
|
jdom</groupId>
|
|
|
|
|
</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>
|
|
|
|
|
<artifactId>stax-ex</artifactId>
|
|
|
|
|
<groupId>org.jvnet.staxex</groupId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
|
|
|
<artifactId>xmlbeans</artifactId>
|
|
|
|
|
<version>5.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|