Skip to content

Commit

Permalink
build(parent): move gson to convergence only section
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Jul 21, 2022
1 parent fe5942a commit d043b70
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -606,12 +606,6 @@
<version>${version.guava}</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${version.gson}</version>
</dependency>

<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-test-container</artifactId>
Expand Down Expand Up @@ -924,6 +918,13 @@
<artifactId>hamcrest-core</artifactId>
<version>${version.hamcrest}</version>
</dependency>

<!-- grpc-core & protobuf-java-util require different versions of gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${version.gson}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit d043b70

Please sign in to comment.