From 3d586dc7d733870799f3f0b415ad156b6a11f187 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 21 Jul 2023 13:41:06 -0400 Subject: [PATCH] Explicitly include ASM in our target platform My last attempt at this in 4aa51673ab I had set includeDependencyDepth="direct" but that pulled in a bunch of unintended dependencies. Instead explicitly add the ASM dependency. --- releng/org.eclipse.cdt.target/cdt.target | 36 +++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target index 205db39fd02..1b6fa66acd7 100644 --- a/releng/org.eclipse.cdt.target/cdt.target +++ b/releng/org.eclipse.cdt.target/cdt.target @@ -66,7 +66,7 @@ - + org.slf4j @@ -148,6 +148,40 @@ + + + + org.ow2.asm + asm-commons + 9.5 + jar + + + org.ow2.asm + asm-util + 9.5 + jar + + + org.ow2.asm + asm + 9.5 + jar + + + org.ow2.asm + asm-tree + 9.5 + jar + + + org.ow2.asm + asm-analysis + 9.5 + jar + + +