All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resolution-rules.nebula-gradle-resolution-rules.replace-bouncycastle-jdk12-jdk14.json Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
{
    "replace": [
        {
            "module": "org.bouncycastle:bcpg-jdk12",
            "with": "org.bouncycastle:bcpg-jdk14",
            "reason": "Ensure that bouncycastle artifacts conflict resolve",
            "author": "Danny Thomas",
            "date": "2017-02-27"
        },
        {
            "module": "org.bouncycastle:bcprov-jdk12",
            "with": "org.bouncycastle:bcprov-jdk14",
            "reason": "Ensure that bouncycastle artifacts conflict resolve",
            "author": "Danny Thomas",
            "date": "2017-02-27"
        }
    ],
    "substitute": [],
    "align": [],
    "deny": [],
    "exclude": [],
    "reject": []
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy