From cebd3590681d6af9d98a658762fe643334e91044 Mon Sep 17 00:00:00 2001 From: cpoder Date: Sun, 10 Nov 2024 10:12:28 +0100 Subject: [PATCH] added missing dep --- java/lora-ns-ttn/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/java/lora-ns-ttn/pom.xml b/java/lora-ns-ttn/pom.xml index 1481afcd8..535d94f8b 100644 --- a/java/lora-ns-ttn/pom.xml +++ b/java/lora-ns-ttn/pom.xml @@ -47,6 +47,11 @@ com.fasterxml.jackson.datatype jackson-datatype-joda + + com.google.protobuf + protobuf-java-util + 4.28.3 + org.projectlombok lombok @@ -68,7 +73,7 @@ maven-compiler-plugin 3.8.1 - 11 + 17