This is an automated email from the ASF dual-hosted git repository. bbende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit a96b56fc89f4a945ab989b8aca85a3f6ee6dc9fa Author: Bryan Bende <[email protected]> AuthorDate: Wed Aug 21 10:00:58 2019 -0400 NIFIREG-286 Using latest 4.x version of jgit This closes #207. --- nifi-registry-core/nifi-registry-framework/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index 5342b47..bbb1e1d 100644 --- a/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry-core/nifi-registry-framework/pom.xml @@ -299,7 +299,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>5.4.0.201906121030-r</version> + <version>4.11.8.201904181247-r</version> </dependency> <dependency> <groupId>commons-codec</groupId>
