From 89ec57e95480fad586b86b8545cec5dd690eae4c Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Thu, 17 Jan 2019 13:30:32 +0100 Subject: Generate Java code from GPB This adds module for generating Java code from Google Protocol Buffers files Change-Id: Ie7d71ad0fb18854d98f50688c00034cc1699f0b4 Issue-ID: DCAEGEN2-1097 Signed-off-by: Filip Krzywka --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b52d203f..fe2684ed 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,8 @@ 1.7.25 1.2.3 2.23.4 + 3.6.1 + 3.6.0.2 @@ -80,6 +82,16 @@ maven-project-info-reports-plugin 2.9 + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + com.github.os72 + protoc-jar-maven-plugin + ${protoc-jar-maven-plugin.version} + @@ -157,6 +169,11 @@ spring-boot-starter-web ${spring.boot.version} + + com.google.protobuf + protobuf-java + ${protobuf.version} + org.immutables -- cgit 1.2.3-korg