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 Pom Editor error #1632

Open
w6et opened this issue Dec 22, 2023 · 2 comments
Open

Maven Pom Editor error #1632

w6et opened this issue Dec 22, 2023 · 2 comments

Comments

@w6et
Copy link

w6et commented Dec 22, 2023

Spring Tool Suite Version: 4.21.0.RELEASE,Maven 3.9.6(Not Embedded).
1)./m2/settings.xml
<spring-boot31-admin.version>3.1.8</spring-boot31-admin.version>
2)/my-project/pom.xml

	<properties>
		<spring-boot-admin.version>${spring-boot31-admin.version}</spring-boot-admin.version>
	</properties>
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.springframework.cloud</groupId>
				<artifactId>spring-cloud-dependencies</artifactId>
				<version>${spring-cloud.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
	</dependencyManagement>

issue:
Looks like everything is ok, except 'pom.xml' tab in editor.
image
image
image
Error Message:Non-resolvable import POM: The following artifacts could not be resolved: de.codecentric:spring-boot-admin-dependencies:pom:${spring-boot31-admin.version} (absent): Could not transfer artifact de.codecentric:spring-boot-admin-dependencies:pom:${spring-boot31-admin.version} from/to spring-releases (https://repo.spring.io/release): status code: 401, reason phrase: (401)

@mickaelistria
Copy link
Contributor

Do you have some proxy enabled or something that could alter network resolution or traffic?

@w6et
Copy link
Author

w6et commented Dec 22, 2023

Do you have some proxy enabled or something that could alter network resolution or traffic?
Build & Run fine, just a UI display issue of Maven Pom Editor.(network ok,mvn compile package ok,also 'run as ' ok in sts4 )

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

2 participants