Skip to Main Content

How to remove build error in eclipse ?

user575089Aug 24 2017 — edited Aug 24 2017

In  Eclipse   when  I do "Run As > Maven Install"    for my project using eclipse Maven plugin ,  I get  "BUILD SUCCESS"  

However  Eclipse editor  still shows  error in one java class in my project  for the following import

import springfox.documentation.spring.web.plugins.Docket;

Error message :

The import springfox.documentation.spring.web.plugins.Docket cannot be resolved

Could you please suggest how to fix this error in Eclipse editor ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Sep 21 2017
Added on Aug 24 2017
1 comment
264 views