From c700426327b45fa91e217d5b5ec5a4ae95e0e9e6 Mon Sep 17 00:00:00 2001 From: civitarese Date: Thu, 26 Apr 2018 22:52:34 +0200 Subject: [PATCH] Fixed problem for maven compilation --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96818c1..2ae0dab 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,9 @@ grpchelloserver 1.0-SNAPSHOT + + + io.grpc @@ -62,6 +65,8 @@ + + @@ -71,6 +76,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + ${project.build.sourceEncoding} + + org.xolstice.maven.plugins protobuf-maven-plugin @@ -92,4 +107,4 @@ - \ No newline at end of file + -- 2.18.1