Skip to content

Commit

Permalink
Incompatibility between protoc 3.1.0 and protobuf-java 3.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu committed Feb 15, 2018
1 parent ed5f7a3 commit ad047fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/appengine-standard-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<!-- to specify the concrete version to use in a deployment. -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-labs</artifactId>
Expand Down

0 comments on commit ad047fc

Please sign in to comment.