Browse Source
Use wire-schema-jvm coordinate so wire 6.3.0 resolves under Maven
pull/15757/head
Viacheslav Klimov
2 weeks ago
Failed to extract signature
2 changed files with
5 additions and
2 deletions
-
common/data/pom.xml
-
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> |
|
|
|
|
|
|
|
@ -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> |
|
|
|
|