You can see the following errors, org/apache/thrift/TEnum not found.

However, I can see that i already got the libthrift dependency in my project:

CodePudding user response:
You can check your local .m2 folder if there are other versions thrift that you previously used. Deleting that, and run mvn clean install in the project root path.
