Skip to content

Commit

Permalink
try to fix pekko-serialization-jackson bad transitive version
Browse files Browse the repository at this point in the history
Signed-off-by: Stanchev Aleksandar <aleksandar.stanchev@bosch.com>
  • Loading branch information
alstanchev authored and Aleksandar Stanchev committed Aug 28, 2023
1 parent f3aa391 commit d0b1aae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@
</dependency>

<!-- Pekko -->

<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-serialization-jackson_2.13</artifactId>
<version>${pekko-bom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-bom_${scala.version}</artifactId>
Expand Down Expand Up @@ -177,6 +181,7 @@
<scope>import</scope>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.parboiled</groupId>
<artifactId>parboiled_${scala.version}</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions internal/utils/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-serialization-jackson_${scala.version}</artifactId>
<!-- pekko-cluster-sharding depends on pekko-serialization-jackson:1.0.0 so we override here to have consistency -->
<version>${pekko-bom.version}</version>
</dependency>

<!-- annotations used in our code, so manually add the import: -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit d0b1aae

Please sign in to comment.