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

Merge pull request 'OZG-6544: OZG-7195: Commons Update and License Header...

Merge pull request 'OZG-6544: OZG-7195: Commons Update and License Header setup.' (#58) from OZG-6544-commons into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/administration/pulls/58


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents f5befa96 6bf41142
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId> <artifactId>ozgcloud-common-parent</artifactId>
<version>4.3.2</version> <version>4.6.0</version>
<relativePath/> <relativePath/>
</parent> </parent>
<groupId>de.ozgcloud</groupId> <groupId>de.ozgcloud</groupId>
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<version>1.2.0-SNAPSHOT</version> <version>1.2.0-SNAPSHOT</version>
<name>Administration</name> <name>Administration</name>
<description>Administration Backend Project</description> <description>Administration Backend Project</description>
<inceptionYear>2024</inceptionYear>
<properties> <properties>
<imageName>docker.ozg-sh.de/administration</imageName> <imageName>docker.ozg-sh.de/administration</imageName>
...@@ -26,7 +27,7 @@ ...@@ -26,7 +27,7 @@
<mongock.version>5.4.0</mongock.version> <mongock.version>5.4.0</mongock.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version> <lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<mapstruct-processor.version>${mapstruct.version}</mapstruct-processor.version> <mapstruct-processor.version>${mapstruct.version}</mapstruct-processor.version>
<zufi-manager.version>1.5.0</zufi-manager.version> <zufi-manager.version>1.6.0-SNAPSHOT</zufi-manager.version>
<shedlock.version>5.16.0</shedlock.version> <shedlock.version>5.16.0</shedlock.version>
</properties> </properties>
...@@ -232,6 +233,14 @@ ...@@ -232,6 +233,14 @@
</profile> </profile>
</profiles> </profiles>
<build> <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.sonarsource.scanner.maven</groupId> <groupId>org.sonarsource.scanner.maven</groupId>
......
...@@ -13,10 +13,8 @@ import org.springframework.context.annotation.Configuration; ...@@ -13,10 +13,8 @@ import org.springframework.context.annotation.Configuration;
net.devh.boot.grpc.client.autoconfigure.GrpcClientMetricAutoConfiguration.class, net.devh.boot.grpc.client.autoconfigure.GrpcClientMetricAutoConfiguration.class,
net.devh.boot.grpc.client.autoconfigure.GrpcClientHealthAutoConfiguration.class, net.devh.boot.grpc.client.autoconfigure.GrpcClientHealthAutoConfiguration.class,
net.devh.boot.grpc.client.autoconfigure.GrpcClientSecurityAutoConfiguration.class, net.devh.boot.grpc.client.autoconfigure.GrpcClientSecurityAutoConfiguration.class,
net.devh.boot.grpc.client.autoconfigure.GrpcClientTraceAutoConfiguration.class,
net.devh.boot.grpc.client.autoconfigure.GrpcDiscoveryClientAutoConfiguration.class, net.devh.boot.grpc.client.autoconfigure.GrpcDiscoveryClientAutoConfiguration.class,
net.devh.boot.grpc.common.autoconfigure.GrpcCommonCodecAutoConfiguration.class, net.devh.boot.grpc.common.autoconfigure.GrpcCommonCodecAutoConfiguration.class
net.devh.boot.grpc.common.autoconfigure.GrpcCommonTraceAutoConfiguration.class
}) })
public class GrpcConfiguration { public class GrpcConfiguration {
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment