-
Notifications
You must be signed in to change notification settings - Fork 41.8k
Closed
Description
One of the verification tests for start.spring.io is failing at the moment:
[ERROR] dependencyStarterConfigurationIsCorrect{Dependency, List, List, String}[9] Time elapsed: 2.183 s <<< ERROR!
java.lang.RuntimeException: org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect dependencies at org.springframework.boot:spring-boot-starter-hateoas:pom:2.3.0.BUILD-SNAPSHOT
at io.spring.start.site.MetadataVerificationTests.dependencyStarterConfigurationIsCorrect(MetadataVerificationTests.java:78)
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect dependencies at org.springframework.boot:spring-boot-starter-hateoas:pom:2.3.0.BUILD-SNAPSHOT
at io.spring.start.site.MetadataVerificationTests.dependencyStarterConfigurationIsCorrect(MetadataVerificationTests.java:78)
Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at org.springframework.boot:spring-boot-starter-hateoas:pom:2.3.0.BUILD-SNAPSHOT
at io.spring.start.site.MetadataVerificationTests.dependencyStarterConfigurationIsCorrect(MetadataVerificationTests.java:78)
Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.springframework.boot:spring-boot-starter-hateoas:pom:2.3.0.BUILD-SNAPSHOT
at io.spring.start.site.MetadataVerificationTests.dependencyStarterConfigurationIsCorrect(MetadataVerificationTests.java:78)
Caused by: org.apache.maven.model.building.ModelBuildingException:
1 problem was encountered while building the effective model for org.springframework.boot:spring-boot-starter-hateoas:2.3.0.BUILD-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for org.springframework.plugin:spring-plugin-core:jar is missing. @
at io.spring.start.site.MetadataVerificationTests.dependencyStarterConfigurationIsCorrect(MetadataVerificationTests.java:78)
This is due to spring-boot-starter-hateoas having a dependency on org.springframework.plugin:spring-plugin-core and there being no dependency management for it. The dependency shouldn't be there any more but this change was lost in the Gradle migration. We should:
- add something to the plugin for the starter projects that verifies that the runtime classpath can be resolved
- check that it fails when building the HATEOAS starter
- remove the dependency on
spring-plugin-core
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task