Skip to content

Add capabilities: xpp3, jaxb-core, jaxb-impl #365

@jjohannes

Description

@jjohannes

Discovered these in a project that can be added to this plugin:

jvmDependencyConflicts {
    patch {
        module("org.ogce:xpp3") { addCapability("xpp3:xpp3") }
        module("org.glassfish.jaxb:jaxb-core") { addCapability("com.sun.xml.bind:jaxb-core") }
        module("org.glassfish.jaxb:jaxb-runtime") { addCapability("com.sun.xml.bind:jaxb-impl") }
    }
    conflictResolution {
        select("com.sun.xml.bind:jaxb-core", "com.sun.xml.bind:jaxb-core")
        select("com.sun.xml.bind:jaxb-impl", "com.sun.xml.bind:jaxb-impl")
        select("xpp3:xpp3", "xpp3:xpp3")
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:ruleOne or more metadata rules that should be added or updatedin:patchThings related to 'patch { }' DSL that are not about capabilities or alignment

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions