Skip to content

Commit

Permalink
fix: bundle org.slf4j.api renamed to slf4j.api (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored Jan 18, 2023
1 parent dfb71fc commit 0841d26
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Require-Bundle: com.google.guava,
org.eclipse.text,
org.eclipse.ltk.core.refactoring,
com.google.gson,
slf4j.api,
org.eclipse.m2e.maven.runtime
Bundle-ClassPath: .,
lib/indexer-core-6.0.0.jar,
Expand All @@ -33,6 +34,5 @@ Bundle-ClassPath: .,
lib/plexus-utils-3.2.1.jar,
lib/maven-resolver-api-1.1.0.jar,
lib/maven-resolver-util-1.1.0.jar,
lib/aopalliance-1.0.jar,
lib/slf4j-api-1.7.10.jar
lib/aopalliance-1.0.jar
Automatic-Module-Name: com.microsoft.java.maven
3 changes: 1 addition & 2 deletions jdtls.ext/com.microsoft.java.maven.plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ bin.includes = META-INF/,\
lib/plexus-utils-3.2.1.jar,\
lib/maven-resolver-api-1.1.0.jar,\
lib/maven-resolver-util-1.1.0.jar,\
lib/aopalliance-1.0.jar,\
lib/slf4j-api-1.7.10.jar
lib/aopalliance-1.0.jar
5 changes: 0 additions & 5 deletions jdtls.ext/com.microsoft.java.maven.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
<artifactId>aopalliance</artifactId>
<version>1.0</version>
</artifactItem>
<artifactItem>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
</artifactItem>
</artifactItems>
</configuration>
</plugin>
Expand Down
5 changes: 5 additions & 0 deletions jdtls.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,10 @@
<layout>p2</layout>
<url>https://download.eclipse.org/jdtls/snapshots/repository/latest/</url>
</repository>
<repository>
<id>M2E</id>
<layout>p2</layout>
<url>https://download.eclipse.org/technology/m2e/snapshots/latest/</url>
</repository>
</repositories>
</project>
1 change: 1 addition & 0 deletions jdtls.ext/target.target
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
<unit id="org.slf4j.api" version="1.7.30.v20200204-2150"/>
<repository location="https://download.eclipse.org/tools/orbit/R-builds/R20200529191137/repository"/>
</location>
</locations>
Expand Down

0 comments on commit 0841d26

Please sign in to comment.