diff --git a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target index 03fc6ddb4..8bb9cce80 100644 --- a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target +++ b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target @@ -1,7 +1,7 @@ - + @@ -17,6 +17,8 @@ + + @@ -31,11 +33,6 @@ - - - - - @@ -91,7 +88,7 @@ io.github.classgraph classgraph - 4.8.176 + 4.8.177 jar diff --git a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd index f9be6b08f..7a6fd0aa4 100644 --- a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd +++ b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd @@ -23,6 +23,8 @@ location "https://download.eclipse.org/releases/2022-09/202209141001/" { org.sat4j.core org.sat4j.pb org.apache.commons.io + org.objectweb.asm + org.objectweb.asm.tree // test dependencies used by the JUnit IDE integration junit-jupiter-api @@ -39,12 +41,6 @@ location "https://download.eclipse.org/releases/2022-09/202209141001/" { org.apiguardian.api } -// Eclipse Orbit repository for third party dependencies matching the above 2022-09 release -location "https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository" { - org.objectweb.asm - org.objectweb.asm.tree -} - // include sevntu plugin, so we can test it easily when launching a debug runtime location "https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/" { com.github.sevntu.checkstyle.checks.feature.feature.group @@ -103,7 +99,7 @@ maven Classgraph dependency { groupId="io.github.classgraph" artifactId="classgraph" - version="4.8.176" + version="4.8.177" } } maven DOM4J