Skip to content

Commit

Permalink
136: removed guava from ui project
Browse files Browse the repository at this point in the history
Task-Url: #136
  • Loading branch information
LorenzoBettini committed Aug 29, 2022
1 parent 9afcb4b commit 472111a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bundles/org.pitest.pitclipse.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
org.eclipse.jdt.core;bundle-version="[3.6.1,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.9.100,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.10.0,4.0.0)",
org.pitest.pitclipse.runner,
com.google.guava;bundle-version="21.0.0"
org.pitest.pitclipse.runner
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Pitest.org
Expand Down
3 changes: 2 additions & 1 deletion tests/org.pitest.pitclipse.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Require-Bundle: org.eclipse.swtbot.eclipse.finder,
org.pitest.pitclipse.preferences.ui;bundle-version="2.0.0",
io.cucumber;bundle-version="4.3.0",
org.eclipse.debug.core,
org.slf4j.api
org.slf4j.api,
com.google.guava;bundle-version="21.0.0"

0 comments on commit 472111a

Please sign in to comment.