Add missing package import javax.management to org.eclipse.jgit

Class org.eclipse.jgit.util.Monitoring uses JMX hence we need this
import otherwise OSGi applications can face ClassNotFoundException.

Bug: 577018
Change-Id: Ifd75337b87c7faec95d333b771bb0a2f3e46a418
This commit is contained in:
Matthias Sohn 2022-06-17 13:49:59 +02:00
parent db074a1352
commit f4cbf31ae4
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ Export-Package: org.eclipse.jgit.annotations;version="5.13.2",
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)",
javax.crypto,
javax.management,
javax.net.ssl,
org.slf4j;version="[1.7.0,2.0.0)",
org.xml.sax,