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

OZG-4606 fix formatting

parent bae09738
No related branches found
No related tags found
No related merge requests found
...@@ -213,8 +213,7 @@ ...@@ -213,8 +213,7 @@
<configuration> <configuration>
<propertyName>surefire.jacoco.args</propertyName> <propertyName>surefire.jacoco.args</propertyName>
<exclClassLoaders>*QuarkusClassLoader</exclClassLoaders> <exclClassLoaders>*QuarkusClassLoader</exclClassLoaders>
<destFile> <destFile>${project.build.directory}/jacoco-quarkus.exec</destFile>
${project.build.directory}/jacoco-quarkus.exec</destFile>
<append>true</append> <append>true</append>
</configuration> </configuration>
</execution> </execution>
......
...@@ -40,10 +40,6 @@ ...@@ -40,10 +40,6 @@
<description>gRPC Interface for User Manager</description> <description>gRPC Interface for User Manager</description>
<dependencies> <dependencies>
<!-- <dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc</artifactId>
</dependency>-->
<dependency> <dependency>
<groupId>io.grpc</groupId> <groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId> <artifactId>grpc-stub</artifactId>
...@@ -104,8 +100,7 @@ ...@@ -104,8 +100,7 @@
</outputTarget> </outputTarget>
<outputTarget> <outputTarget>
<type>grpc-java</type> <type>grpc-java</type>
<pluginArtifact> <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.60.0</pluginArtifact>
io.grpc:protoc-gen-grpc-java:1.58.0</pluginArtifact>
</outputTarget> </outputTarget>
</outputTargets> </outputTargets>
</configuration> </configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment