Skip to content

Commit

Permalink
Use Orbit version of ASM that is shared by other projects using Orbit (
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed May 10, 2022
1 parent 5ff4318 commit e1f583c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Expand Up @@ -37,6 +37,11 @@

<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.junit.source" version="4.13.2.v20211018-1956"/>

<!-- Orbit versions of asm. Maven versions of asm are commented out below -->
<unit id="org.objectweb.asm" version="9.3.0.v20220409-0157"/>
<unit id="org.objectweb.asm.tree" version="9.3.0.v20220409-0157"/>

<unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/>
<unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/>

Expand Down Expand Up @@ -327,7 +332,9 @@
</dependency>
</dependencies>
</location>


<!-- Maven versions of asm; Orbit versions of asm are specified above. -->
<!--
<location includeDependencyDepth="infinite" includeDependencyScopes="compile" includeSource="true" label="ASM" missingManifest="error" type="Maven">
<dependencies>
<dependency>
Expand All @@ -344,6 +351,8 @@
</dependency>
</dependencies>
</location>
-->

<location includeDependencyDepth="infinite" includeDependencyScopes="compile" includeSource="true" label="OSGi" missingManifest="error" type="Maven">
<dependencies>
<dependency>
Expand Down

0 comments on commit e1f583c

Please sign in to comment.