jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd

30 lines
524 B
Plaintext
Raw Normal View History

target "dependencies"
maven bouncycastle
scope = compile
dependencyDepth = none
missingManifest = error
includeSources
{
dependency {
groupId = "org.bouncycastle"
artifactId = "bcpg-jdk18on"
version = "1.72.2"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcprov-jdk18on"
version = "1.72"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcpkix-jdk18on"
version = "1.72"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcutil-jdk18on"
version = "1.72"
}
}