NIFI-12140: Updated dependency to include nifi-property-utils in nifi-redis-utils module as a result of merging NIFI-12185

This commit is contained in:
Mark Payne 2023-10-10 16:08:26 -04:00
parent d2aec89738
commit ce2a156b9c
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,10 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId> <artifactId>nifi-utils</artifactId>
<version>2.0.0-SNAPSHOT</version> </dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>