Skip to content

Commit 9e91447

Browse files
committed
add option to skip the shaded protobuf libraries
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 772a4ac commit 9e91447

File tree

1 file changed

+5
-0
lines changed
  • integration-tests/it-spring-boot-smoke-test

1 file changed

+5
-0
lines changed

integration-tests/it-spring-boot-smoke-test/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<artifactId>micrometer-registry-prometheus</artifactId>
5959
<scope>runtime</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>com.google.protobuf</groupId>
63+
<artifactId>protobuf-java</artifactId>
64+
<version>4.29.3</version>
65+
</dependency>
6166

6267
<dependency>
6368
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)