Skip to content
Snippets Groups Projects
Commit bcc26d78 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

api-lib, zufi-manager, shedlock aufgenommen

parent 2e84c048
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
* Update commons-beanutils
* Update commons-collections
* Update Quarkus-Platform to 3.15.4
* Added shedlock in Version 6.6.1
### 4.12.0
* Extend GrpcFileUploadUtils to enable uploads with multiple files
......
......@@ -41,8 +41,10 @@
<inceptionYear>2021</inceptionYear>
<properties>
<vorgang-manager.version>2.17.0</vorgang-manager.version>
<ozgcloud.license.version>1.17.0-SNAPSHOT</ozgcloud.license.version>
<vorgang-manager.version>2.27.0</vorgang-manager.version>
<ozgcloud.license.version>1.16.0</ozgcloud.license.version>
<zufi-manager.version>1.12.0</zufi-manager.version>
<api-lib.version>0.14.0</api-lib.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
......@@ -63,6 +65,8 @@
<protoc-gen.version>1.69.0</protoc-gen.version>
<mapstruct.version>1.6.3</mapstruct.version>
<shedlock.version>6.6.1</shedlock.version>
<commons-io.version>2.19.0</commons-io.version>
<commons-beanutils.version>1.10.1</commons-beanutils.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
......@@ -75,7 +79,7 @@
<quarkus.platform.version>3.15.4</quarkus.platform.version>
<keycloak-adapter.version>24.0.5</keycloak-adapter.version>
<keyclo-lodapter.version>24.0.5</keyclo-lodapter.version>
<keycloak-spring-boot-starter.version>24.0.5</keycloak-spring-boot-starter.version>
<!-- Test -->
......@@ -171,6 +175,17 @@
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-spring</artifactId>
<version>${shedlock.version}</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-mongo</artifactId>
<version>${shedlock.version}</version>
</dependency>
<!-- grpc -->
<dependency>
......
......@@ -202,6 +202,10 @@
<artifactId>mapstruct-processor</artifactId>
<version>${mapstruct.version}</version>
</path>
<path>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</path>
<!-- other annotation processors -->
</annotationProcessorPaths>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment