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

OZG-6710 update ozgcloud-common-parent

parent 391ec2a9
No related branches found
No related tags found
No related merge requests found
...@@ -133,5 +133,10 @@ ...@@ -133,5 +133,10 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -5,4 +5,3 @@ net.devh.boot.grpc.client.autoconfigure.GrpcClientSecurityAutoConfiguration ...@@ -5,4 +5,3 @@ net.devh.boot.grpc.client.autoconfigure.GrpcClientSecurityAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcClientTraceAutoConfiguration net.devh.boot.grpc.client.autoconfigure.GrpcClientTraceAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcDiscoveryClientAutoConfiguration net.devh.boot.grpc.client.autoconfigure.GrpcDiscoveryClientAutoConfiguration
net.devh.boot.grpc.common.autoconfigure.GrpcCommonCodecAutoConfiguration net.devh.boot.grpc.common.autoconfigure.GrpcCommonCodecAutoConfiguration
net.devh.boot.grpc.common.autoconfigure.GrpcCommonTraceAutoConfiguration
package de.ozgcloud.document;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.mock.mockito.MockBean;
import de.ozgcloud.apilib.common.command.grpc.CommandMapper;
import de.ozgcloud.common.test.ITCase;
@ITCase
class DocumentManagerApplicationITCase {
@MockBean
private CommandMapper commandMapper;
@Test
void shouldLoadContext() {// NOSONAR
}
}
...@@ -21,3 +21,7 @@ spring: ...@@ -21,3 +21,7 @@ spring:
cloud: cloud:
config: config:
enabled: false enabled: false
grpc:
server:
port: -1
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,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.4.0</version>
<relativePath /> <relativePath />
</parent> </parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment