NIFI-3984 - upgraded version of schema-registry client to 0.2.1

This closes #1866.

Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
Yolanda M. Davis 2017-05-26 13:49:24 -04:00 committed by Bryan Bende
parent 80dfe0257f
commit dd50745a9f
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
1 changed files with 1 additions and 1 deletions

View File

@ -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>