diff --git a/proto/pom.xml b/proto/pom.xml index c004fea8..d42be0f9 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -10,6 +10,9 @@ 0.5 Gson Protobuf Support Gson support for Protobufs + + UTF-8 + local.repo @@ -52,21 +55,35 @@ com.google.code.gson gson - 1.7.1 + 2.3.1 compile com.google.protobuf protobuf-java - 2.4.0a + 2.6.1 + compile + + + + com.google.guava + guava + 18.0 compile junit junit - 3.8.2 + 4.12 + test + + + + com.google.truth + truth + 0.27 test @@ -76,7 +93,19 @@ maven-antrun-plugin + 1.8 + + blah + + run + + + + + + + compile-protoc generate-sources @@ -91,6 +120,7 @@ + @@ -125,6 +155,7 @@ org.apache.maven.plugins maven-install-plugin + 2.5.2