Skip to content

Commit

Permalink
Change protobuf dependency to protobuf-lite.
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
nymanjens committed Jul 2, 2021
1 parent c361514 commit acb188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -134,8 +134,8 @@
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.14.0</version>
<artifactId>protobuf-lite</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit acb188b

Please sign in to comment.