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 # Versionen
### 1.2.14 (Development)
- Internationalisierung
### 1.2.13 ### 1.2.13
- Payment Statistik - Payment Statistik

65
pom.xml
View file

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

File diff suppressed because it is too large Load diff