Browse Source

Update protoc dep to 3.0.0 (#1958)

pull/1961/head
Keghani Kouzoujian 8 years ago
committed by GitHub
parent
commit
7711bfc749
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      pending_code_changes.txt
  2. +1
    -1
      tools/java/cpp-build/pom.xml

+ 3
- 0
pending_code_changes.txt View File

@ -1,2 +1,5 @@
Build changes:
- C++ geocoding build tools now use readdir, since readdir_r is deprecated.
- Update the protobuf-java dependency used to build the C++ metadata from 2.5.0
to 3.0.0. This is an internal change and does not affect the users of the
library.

+ 1
- 1
tools/java/cpp-build/pom.xml View File

@ -153,7 +153,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.5.0</version>
<version>3.0.0</version>
</dependency>
</dependencies>


Loading…
Cancel
Save