Skip to content

Commit

Permalink
Fix JUnit dep, make optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Dec 29, 2016
1 parent 5dbf00e commit 4f3e7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melnorme_util/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-Version: 0.10.0.qualifier
Bundle-Name: Melnorme Utils
Bundle-Vendor: https://github.com/bruno-medeiros/MelnormeEclipse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.11.0"
Require-Bundle: org.junit;bundle-version="4.11.0";resolution:=optional
Export-Package: melnorme.utilbox.collections,
melnorme.utilbox.collections.iter,
melnorme.utilbox.concurrency,
Expand Down

0 comments on commit 4f3e7e0

Please sign in to comment.