Why can't I resolve the dependencies for GeoTools maven quickstart?

后端 未结 5 1612
孤城傲影
孤城傲影 2020-12-18 18:00

POM is



        
5条回答
  •  天涯浪人
    2020-12-18 18:49

    You should add Boundless repository and write https indtead of http:

    
            
                maven2-repository.dev.java.net
                Java.net repository
                http://download.java.net/maven/2
            
            
                osgeo
                Open Source Geospatial Foundation Repository
                https://download.osgeo.org/webdav/geotools/
            
            
                
                    true
                
                boundless
                Boundless Maven Repository
                https://repo.boundlessgeo.com/main/
            
        
    

    It will make the things work.

提交回复
热议问题