Dependency org.apache.rocketmq:rocketmq-spring-boot-starter:2.2.0
not found
As shown in the image, I need to import the dependencies of rocketmq. But the IDE error message is not found.
How can I solve this problem?
Dependency org.apache.rocketmq:rocketmq-spring-boot-starter:2.2.0
not found
As shown in the image, I need to import the dependencies of rocketmq. But the IDE error message is not found.
How can I solve this problem?
Just delete lastupdated extension files from a folder and try updating maven.
Proxy is usually present in the setting.xml file, the last update happens in the repo path. The dependency which gives error having a relative path in your local machine, navigate to that location, you can find last update files.
Right-click your project, choose Run As -> Maven install.