From 2bb249f86f41ab0ba6cd45ec50a0ac354564abc0 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Thu, 11 Jun 2026 16:34:59 +0300 Subject: [PATCH] Use wire-schema-jvm coordinate so wire 6.3.0 resolves under Maven --- common/data/pom.xml | 5 ++++- pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/data/pom.xml b/common/data/pom.xml index a9ca14a2d6..450a0826b9 100644 --- a/common/data/pom.xml +++ b/common/data/pom.xml @@ -84,8 +84,11 @@ test + com.squareup.wire - wire-schema + wire-schema-jvm org.thingsboard diff --git a/pom.xml b/pom.xml index ab5328ec7e..73e61092f3 100755 --- a/pom.xml +++ b/pom.xml @@ -1770,7 +1770,7 @@ com.squareup.wire - wire-schema + wire-schema-jvm ${wire-schema.version}