diff options
author | Michael Dardis <git@md-5.net> | 2020-02-14 12:07:19 +1100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-21 23:45:43 +0100 |
commit | 40555223594005481cba95d09b32c4f6bb5dcff3 (patch) | |
tree | 3cda0ef2390dbfa1dc1f55a1475c6add54b79478 /org.eclipse.jgit/META-INF | |
parent | f2b67be62aa02facd23a6b09a3b759abedcb9e10 (diff) | |
download | jgit-40555223594005481cba95d09b32c4f6bb5dcff3.tar.gz jgit-40555223594005481cba95d09b32c4f6bb5dcff3.zip |
Remove use of org.bouncycastle.util.io.TeeOutputStream
Bug: 559106
Change-Id: Ife06f21a00d258780a2030745738194098c631cf
Signed-off-by: Michael Dardis <git@md-5.net>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 1fd25780d5..dbf122ef92 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -172,7 +172,6 @@ Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)", org.bouncycastle.openpgp.operator;version="[1.61.0,2.0.0)", org.bouncycastle.openpgp.operator.jcajce;version="[1.61.0,2.0.0)", org.bouncycastle.util.encoders;version="[1.61.0,2.0.0)", - org.bouncycastle.util.io;version="[1.61.0,2.0.0)", org.slf4j;version="[1.7.0,2.0.0)", org.xml.sax, org.xml.sax.helpers |