Skip to content

Commit

Permalink
Fix Jenkings build failure (eclipse#950)
Browse files Browse the repository at this point in the history
- Remove dependency on org.eclipse.osgi.services
- Bump version of org.eclipse.lsp4e.test
  • Loading branch information
joaodinissf committed Mar 20, 2024
1 parent f0924b0 commit 69e6a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions org.eclipse.lsp4e.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for language server bundle (Incubation)
Bundle-SymbolicName: org.eclipse.lsp4e.test;singleton:=true
Bundle-Version: 0.15.10.qualifier
Bundle-Version: 0.15.11.qualifier
Fragment-Host: org.eclipse.lsp4e
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand All @@ -18,7 +18,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.tests.harness,
org.eclipse.search,
org.eclipse.core.expressions,
org.eclipse.osgi.services,
org.eclipse.lsp4e.tests.mock;bundle-version="0.6.0",
org.eclipse.lsp4e.debug;bundle-version="0.13.4",
org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lsp4e.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>org.eclipse.lsp4e.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<version>0.15.10-SNAPSHOT</version>
<version>0.15.11-SNAPSHOT</version>

<properties>
<os-jvm-flags /> <!-- for the default case -->
Expand Down

0 comments on commit 69e6a3f

Please sign in to comment.