diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-07 18:41:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-07 18:52:16 +0100 |
commit | 7a3f62818078dea867fe7c5b4e28d215821086b6 (patch) | |
tree | f3a66b04d83252379c017844fdef5eb1b361caed /DEPENDENCIES | |
parent | 8d712c84607288ddbfa16f2df05fa58e077aa4e6 (diff) | |
download | jgit-7a3f62818078dea867fe7c5b4e28d215821086b6.tar.gz jgit-7a3f62818078dea867fe7c5b4e28d215821086b6.zip |
Manually set status of jmh dependencies
The following jmh dependencies were approved as works-with:
- jmh-core/1.21 has GPL-2.0 license and was approved in CQ20517
- jmh-generator-annprocess/1.21 has GPL-2.0 license and was approved in
CQ20518
Change-Id: Ibbe28c6e8359c576b23f40281e74f2e0d4a0dee0
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 541a999de8..bffe3d9282 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -58,8 +58,8 @@ maven/mavencentral/org.eclipse.jgit/org.eclipse.jgit/5.11.0-SNAPSHOT, , approved maven/mavencentral/org.hamcrest/hamcrest-core/1.3, BSD-2-Clause, approved, CQ7063 maven/mavencentral/org.mockito/mockito-core/2.23.0, MIT, approved, CQ17976 maven/mavencentral/org.objenesis/objenesis/2.6, Apache-2.0, approved, CQ15478 -maven/mavencentral/org.openjdk.jmh/jmh-core/1.21, , restricted, CQ20517 -maven/mavencentral/org.openjdk.jmh/jmh-generator-annprocess/1.21, , restricted, CQ20518 +maven/mavencentral/org.openjdk.jmh/jmh-core/1.21, GPL-2.0, approved, CQ20517 +maven/mavencentral/org.openjdk.jmh/jmh-generator-annprocess/1.21, GPL-2.0, approved, CQ20518 maven/mavencentral/org.osgi/org.osgi.core/4.3.1, Apache-2.0, approved, CQ10111 maven/mavencentral/org.slf4j/slf4j-api/1.7.30, MIT, approved, CQ13368 maven/mavencentral/org.slf4j/slf4j-log4j12/1.7.30, MIT, approved, CQ7665 |