]> source.dussan.org Git - jgit.git/commit
Add missing package import javax.management to org.eclipse.jgit 34/194234/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 17 Jun 2022 11:49:59 +0000 (13:49 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 17 Jun 2022 11:49:59 +0000 (13:49 +0200)
commitf4cbf31ae4350f5df0f54401ba10fb9b84ec31e2
tree9a3fce92b7c9f92bd60765602b6314197e472415
parentdb074a1352bc136584fd80e7d301ae60ffff5d59
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
org.eclipse.jgit/META-INF/MANIFEST.MF