Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven导入依赖失败 #226

Open
Hyz7 opened this issue Jul 15, 2019 · 2 comments
Open

maven导入依赖失败 #226

Hyz7 opened this issue Jul 15, 2019 · 2 comments

Comments

@Hyz7
Copy link

Hyz7 commented Jul 15, 2019

image
image

@taizhimin
Copy link

    <repository>
        <id>GeoSolutions</id>
        <url>http://maven.geo-solutions.it/</url>
    </repository>

@Sjunhao
Copy link

Sjunhao commented Feb 6, 2021

<repository> may not work, change your settings.xml.

  <mirrors> 
	<mirror>
		<id> </id>
		<mirrorOf>*,!GeoSolutions</mirrorOf>    /////////////////here
		<name>  </name>
		<url> </url>
    </mirror>
  </mirrors>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants