Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
feat: import protobuf-bom to manage all protobuf artifacts (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Apr 22, 2020
1 parent 36167bf commit dc0f1e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -102,8 +102,10 @@

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<artifactId>protobuf-bom</artifactId>
<version>${protobuf.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit dc0f1e0

Please sign in to comment.