Skip to content

Commit

Permalink
remove the wire-compiler dependency (#5077)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Aug 27, 2024
1 parent 3b75f85 commit e8371d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,15 +581,8 @@
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-compiler</artifactId>
<version>${wire-compiler.version}</version>
<!-- Excluding as the latest version is not present and this is not required -->
<exclusions>
<exclusion>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-grpc-client</artifactId>
</exclusion>
</exclusions>
<artifactId>wire-schema-jvm</artifactId>
<version>${wire-schema.version}</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
Expand Down
4 changes: 0 additions & 4 deletions serdes/protobuf-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<artifactId>wire-schema</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-compiler</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
10 changes: 2 additions & 8 deletions utils/protobuf-schema-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@

<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-compiler</artifactId>
<!-- Excluding as the latest version is not present and this is not required -->
<exclusions>
<exclusion>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-grpc-client</artifactId>
</exclusion>
</exclusions>
<artifactId>wire-schema-jvm</artifactId>
</dependency>

<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down

0 comments on commit e8371d9

Please sign in to comment.