Skip to content
Snippets Groups Projects
Commit 64333094 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5217 update to java 21

parent 3b1e87ed
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<parent>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-dependencies</artifactId>
<version>3.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<relativePath/>
</parent>
......@@ -40,7 +40,7 @@
<properties>
<vorgang-manager.version>2.0.0</vorgang-manager.version>
<java.version>17</java.version>
<java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
......
......@@ -50,7 +50,6 @@
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>router</artifactId>
<version>${vorgang-manager.version}</version>
</dependency>
<!-- spring -->
......
......@@ -31,7 +31,7 @@
<parent>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId>
<version>3.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
......@@ -181,7 +181,11 @@
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
</plugin>
</plugins>
</build>
......
......@@ -2,5 +2,4 @@ net.devh.boot.grpc.client.autoconfigure.GrpcClientAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcClientMetricAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcClientHealthAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcClientSecurityAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcClientTraceAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcDiscoveryClientAutoConfiguration
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment