Skip to content

Commit

Permalink
Use slf4j from upstream Maven instead of Orbit
Browse files Browse the repository at this point in the history
And bump to latest release
  • Loading branch information
mickaelistria committed Oct 1, 2022
1 parent 3efcc63 commit 2a9abb3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.junit.source" version="4.13.2.v20211018-1956"/>

<!-- specific (additional) to equinox sdk -->
<!-- Upstream maven artifact uses different slf4j.api SymbolicName. Customers needs to be updated -->
<unit id="org.slf4j.api" version="1.7.30.v20200204-2150"/>
<unit id="org.slf4j.api.source" version="1.7.30.v20200204-2150"/>

<unit id="org.apache.lucene.core" version="8.4.1.v20200122-1459"/>
<unit id="org.apache.lucene.analyzers-smartcn" version="8.4.1.v20200122-1459"/>
<unit id="org.apache.lucene.analyzers-common" version="8.4.1.v20200122-1459"/>
Expand Down Expand Up @@ -211,6 +206,19 @@
<version>2.3.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<type>jar</type>
</dependency>
<!-- slf4j-api requires 1 impl, providing a dummy one... -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.36</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
Expand Down

0 comments on commit 2a9abb3

Please sign in to comment.