summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-05-17 22:22:32 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-05-17 22:22:32 +0200
commite5325092190817a1616683c144b5dafc10091b9f (patch)
treecbeeb4c36ff6eed2c99c8fd6f57a50da7c00c572 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
parentca0696664f19e915aa14aff712897d0d2e861792 (diff)
downloadjgit-e5325092190817a1616683c144b5dafc10091b9f.tar.gz
jgit-e5325092190817a1616683c144b5dafc10091b9f.zip
Use bytebuddy directly from Maven Central
Change-Id: I5e24a31b78ef3758e1ce84e3b0eacaff1608fcd9
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd18
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
index 2f20fc7ef1..c1943c63b8 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
@@ -73,6 +73,24 @@ maven bouncycastle
}
}
+maven bytebuddy
+ scope = compile
+ dependencyDepth = none
+ missingManifest = error
+ includeSources
+{
+ dependency {
+ groupId = "net.bytebuddy"
+ artifactId = "byte-buddy"
+ version = "1.12.18"
+ }
+ dependency {
+ groupId = "net.bytebuddy"
+ artifactId = "byte-buddy-agent"
+ version = "1.12.18"
+ }
+}
+
maven eddsa
scope = compile
dependencyDepth = none