Repository: nifi Updated Branches: refs/heads/master 80dfe0257 -> dd50745a9
NIFI-3984 - upgraded version of schema-registry client to 0.2.1 This closes #1866. Signed-off-by: Bryan Bende <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/dd50745a Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/dd50745a Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/dd50745a Branch: refs/heads/master Commit: dd50745a9f53982a3e53f9adbc0e1c45fb9e75bc Parents: 80dfe02 Author: Yolanda M. Davis <[email protected]> Authored: Fri May 26 13:49:24 2017 -0400 Committer: Bryan Bende <[email protected]> Committed: Fri May 26 17:59:53 2017 -0400 ---------------------------------------------------------------------- .../nifi-hwx-schema-registry-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/dd50745a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml index fefcc72..574831b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml @@ -54,7 +54,7 @@ limitations under the License. <dependency> <groupId>com.hortonworks.registries</groupId> <artifactId>schema-registry-client</artifactId> - <version>0.2.0</version> + <version>0.2.1</version> <exclusions> <exclusion> <groupId>org.apache.avro</groupId>
