Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

fix(java/pom): ignore unsupported requirements #351

Merged
merged 1 commit into from
Dec 24, 2021

Conversation

knqyf263
Copy link
Collaborator

@knqyf263 knqyf263 commented Dec 24, 2021

Description

Ignore unsupported requirements such as (,1.0].

Example

        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-xml</artifactId>
            <version>(,2.8.0]</version>
        </dependency>

Blockers

@knqyf263 knqyf263 self-assigned this Dec 24, 2021
@knqyf263 knqyf263 merged commit c94f68b into main Dec 24, 2021
@knqyf263 knqyf263 deleted the pom_unsupported_requirements branch December 24, 2021 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant