update model logik für sepa lauf, update pom.xml

This commit is contained in:
Ralph Soika 2023-11-16 13:04:34 +01:00
parent 7fcff8ace2
commit 97a65e7b6a
3 changed files with 8308 additions and 32 deletions

View file

@ -1,4 +1,10 @@
# Versionen
### 1.2.14 (Development)
- Internationalisierung
### 1.2.13
- Payment Statistik

65
pom.xml
View file

@ -1,5 +1,6 @@
<?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"
<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>
<groupId>com.alexander-logistics</groupId>
@ -29,11 +30,11 @@
<!-- 2.2.14 -->
<org.imixs.archive.version>2.3.1</org.imixs.archive.version>
<org.imixs.melman.version>1.0.22</org.imixs.melman.version>
<org.imixs.ml.version>1.1.6-SNAPSHOT</org.imixs.ml.version>
<org.imixs.ml.version>1.1.6</org.imixs.ml.version>
<microprofile.version>2.2</microprofile.version>
<custom.webResources>src/main/webapp</custom.webResources>
<!-- Environment Settings -->
<imixs-office.contextroot>/</imixs-office.contextroot>
<imixs-office.realm>imixsrealm</imixs-office.realm>
@ -42,15 +43,15 @@
<imixs-office.applicationname>office-alexander-logistics</imixs-office.applicationname>
<!-- Wildfly unpack war -->
<custom.unpackTypes>war</custom.unpackTypes>
<imixs-office.applicationname>office-alexander-logistics</imixs-office.applicationname>
<custom.unpackTypes>war</custom.unpackTypes>
<imixs-office.applicationname>office-alexander-logistics</imixs-office.applicationname>
<!-- jndi Mail res-ref name -->
<imixs-mail-res-ref-name>java:/mail/org.imixs.workflow.mail</imixs-mail-res-ref-name>
<org.imixs.kubernetes.registry>registry.tikal.imixs.com</org.imixs.kubernetes.registry>
<org.imixs.kubernetes.registry>registry.tikal.imixs.com</org.imixs.kubernetes.registry>
</properties>
<repositories>
@ -85,8 +86,8 @@
<!-- build and push to rep - see ear module for details -->
</profile>
</profiles>
<build>
<resources>
<!-- enable resource filtering for multi language version -->
@ -104,9 +105,9 @@
<target>1.8</target>
</configuration>
</plugin>
</plugins>
<finalName>office-alexander-logistics</finalName>
</build>
<dependencyManagement>
@ -167,31 +168,31 @@
<!-- SEPA Adapter -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-sepa</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-sepa</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
</dependency>
<!-- DATEV Adapter -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-datev</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-datev</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
</dependency>
<!-- QR Code -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-qrcode</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-qrcode</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
</dependency>
<!-- POI Adapter -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-poi</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-poi</artifactId>
<version>${org.imixs.adapters.version}</version>
<scope>provided</scope>
</dependency>
<!-- Imixs-Archive API -->
@ -225,7 +226,7 @@
<version>7.0</version>
<scope>provided</scope>
</dependency>
<!-- Microprofile -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
@ -234,7 +235,7 @@
<type>pom</type>
<scope>provided</scope>
</dependency>
<!-- JUnit Tests -->
<dependency>
<groupId>junit</groupId>

File diff suppressed because it is too large Load diff