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 Sep 28, 2022
1 parent f503ae1 commit 9758a67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 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 @@ -232,6 +227,11 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.3</version>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jetty and servlet API" missingManifest="error" type="Maven">
Expand Down

0 comments on commit 9758a67

Please sign in to comment.