Skip to content

Commit

Permalink
Remove unused kotlinx-serialization dependency (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Dec 2, 2024
1 parent 400742d commit 52a0fd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,6 @@
<artifactId>wire-schema-jvm</artifactId>
<version>${wire-schema.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-core</artifactId>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions utils/protobuf-schema-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<groupId>com.squareup.wire</groupId>
<artifactId>wire-schema-jvm</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-core</artifactId>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down

0 comments on commit 52a0fd2

Please sign in to comment.