This is an automated email from the ASF dual-hosted git repository. thenatog pushed a commit to branch NIFIREG-286 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 0f591303b7c2cf827d08f183aaa01ab835c11804 Author: thenatog <[email protected]> AuthorDate: Wed Jul 24 12:36:01 2019 -0400 NIFIREG-286 - Upgraded jgit dependency. Had to include commons-codec:1.12 as without this I was seeing missing class errors. --- nifi-registry-core/nifi-registry-framework/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index 6895bf1..72c30ae 100644 --- a/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry-core/nifi-registry-framework/pom.xml @@ -299,7 +299,12 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>4.11.0.201803080745-r</version> + <version>5.4.0.201906121030-r</version> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.12</version> </dependency> <dependency> <groupId>com.jcraft</groupId>
