Skip to content

Dependency 'org.yaml:snakeyaml:1.31' not found #70

@Rock3Yu

Description

@Rock3Yu

In my springboot project, pom.xml has a dependency:

		<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
		<dependency>
			<groupId>org.yaml</groupId>
			<artifactId>snakeyaml</artifactId>
			<version>1.31</version>
		</dependency>

However, it told me that Dependency 'org.yaml:snakeyaml:1.31' not found". if change to version 1.30 is okay.
But I need the version higher than 1.30 to load others dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions