Browse Source

Fix hamcrest dependency in org.eclipse.jgit.ant.test

Change-Id: I3361dce600698048b73a70cd991ad1a6b093e1da
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v4.7.0.201704051617-r
David Pursehouse 7 years ago
parent
commit
43eb8511f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF

+ 1
- 1
org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF View File

@@ -12,5 +12,5 @@ Import-Package: org.apache.tools.ant,
org.eclipse.jgit.junit;version="[4.7.0,4.8.0)",
org.eclipse.jgit.lib;version="[4.7.0,4.8.0)",
org.eclipse.jgit.util;version="[4.7.0,4.8.0)",
org.hamcrest;version="[1.1.0,2.0.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.0.0,5.0.0)"

Loading…
Cancel
Save