There is a problem with redisson installation

keep reporting errors, using version 3.10.0


Description:

An attempt was made to call the method org.redisson.api.RTopic.addListener(Lorg/redisson/api/listener/MessageListener;)I but it does not exist. Its class, org.redisson.api.RTopic, is available from the following locations:

    jar:file:/Users/xiaogu/.m2/repository/org/redisson/redisson/3.10.0/redisson-3.10.0.jar!/org/redisson/api/RTopic.class

It was loaded from the following location:

    file:/Users/xiaogu/.m2/repository/org/redisson/redisson/3.10.0/redisson-3.10.0.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of org.redisson.api.RTopic
Apr.06,2022

Visual download failed. Go to / Users/xiaogu/.m2/repository/org/redisson/redisson/ and delete all the files below. Recompile


looks like the dependency is not fully downloaded. You can consider two ways to try
1, such as @ Tyrael , delete
2 from repository , and run

in the project directory using the following command
mvn compile dependency:purge-local-repository
Menu