How to add “Maven Managed Dependencies” library in build path eclipse?

后端 未结 15 1655
心在旅途
心在旅途 2020-12-04 11:04

I have created a Maven project and I want to add all Maven dependencies in build path of the project in Eclipse. When I go to Java Bui

15条回答
  •  清歌不尽
    2020-12-04 11:45

    If you have removed Maven dependency from Library accidentally. Add below in pom.xml

         
            
                
                    maven-compiler-plugin
                    3.3
                    
                        1.7
                        1.7
                    
                
            
    
    

提交回复
热议问题