Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #97 from mbooth101/explicit-hamcrest
Browse files Browse the repository at this point in the history
Explicitly require hamcrest core so we don't rely on other bundles re-exporting API
  • Loading branch information
marchof committed Jan 23, 2015
2 parents 6c9916a + b50c28e commit 687fea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion com.mountainminds.eclemma.core.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Bundle-SymbolicName: com.mountainminds.eclemma.core.test
Bundle-Version: 2.3.3.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: com.mountainminds.eclemma.core;bundle-version="[2.3.3,3.0.0)"
Require-Bundle: org.junit;bundle-version="4.0.0"
Require-Bundle: org.junit;bundle-version="4.0.0",
org.hamcrest.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5

0 comments on commit 687fea0

Please sign in to comment.