Skip to content

Commit

Permalink
Add dependency to Marshalling codec. For some time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Dec 13, 2022
1 parent 8f286db commit bff2966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,19 @@
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling</artifactId>
<version>2.0.11.Final</version>
<!--
<scope>provided</scope>
<optional>true</optional>
-->
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling-river</artifactId>
<version>2.0.11.Final</version>
<!--
<scope>provided</scope>
<optional>true</optional>
-->
</dependency>
<dependency>
<groupId>org.msgpack</groupId>
Expand Down

0 comments on commit bff2966

Please sign in to comment.