Browse Source

Use wire-schema-jvm coordinate so wire 6.3.0 resolves under Maven

pull/15757/head
Viacheslav Klimov 2 weeks ago
parent
commit
2bb249f86f
Failed to extract signature
  1. 5
      common/data/pom.xml
  2. 2
      pom.xml

5
common/data/pom.xml

@ -84,8 +84,11 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- wire-schema-jvm (not wire-schema): from Wire 4.x the plain wire-schema artifact is an empty
Kotlin-Multiplatform pointer whose Maven pom carries no classes, so the -jvm variant must be
referenced explicitly. It transitively pulls wire-runtime-jvm. See CVE-2026-45799 fix. -->
<groupId>com.squareup.wire</groupId>
<artifactId>wire-schema</artifactId>
<artifactId>wire-schema-jvm</artifactId>
</dependency>
<dependency>
<groupId>org.thingsboard</groupId>

2
pom.xml

@ -1770,7 +1770,7 @@
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-schema</artifactId>
<artifactId>wire-schema-jvm</artifactId>
<version>${wire-schema.version}</version>
</dependency>
<dependency>

Loading…
Cancel
Save