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 @@
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
\ No newline at end of file
......@@ -5,4 +5,3 @@ net.devh.boot.grpc.client.autoconfigure.GrpcClientSecurityAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcClientTraceAutoConfiguration
net.devh.boot.grpc.client.autoconfigure.GrpcDiscoveryClientAutoConfiguration
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:
cloud:
config:
enabled: false
grpc:
server:
port: -1
......@@ -5,7 +5,7 @@
<parent>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId>
<version>4.3.2</version>
<version>4.4.0</version>
<relativePath />
</parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment