Skip to content

Commit

Permalink
Fix protobuf dependencies in poms so libraryinfo works at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Feb 2, 2021
1 parent 0edfcad commit e8e6ecd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,22 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.6.1</version>
<version>3.11.4</version>
<!--<type>bundle</type>-->
<exclusions>
<!-- conflicts with above -->
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit e8e6ecd

Please sign in to comment.