Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke committed Aug 8, 2023
1 parent 2818958 commit afdd226
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
<unit id="net.bytebuddy.byte-buddy" version="0.0.0"/>
<unit id="net.bytebuddy.byte-buddy-agent" version="0.0.0"/>
<unit id="org.objenesis" version="0.0.0"/>
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.yaml.snakeyaml" version="0.0.0"/>
</location>
Expand Down
3 changes: 0 additions & 3 deletions tests/org.eclipse.cdt.lsp.clangd.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Bundle-Copyright: %Bundle-Copyright
Fragment-Host: org.eclipse.cdt.lsp.clangd;bundle-version="0.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: junit-jupiter-api,
net.bytebuddy.byte-buddy,
net.bytebuddy.byte-buddy-agent,
org.eclipse.cdt.lsp,
org.objenesis,
org.yaml.snakeyaml,
org.mockito.mockito-core

0 comments on commit afdd226

Please sign in to comment.