Skip to content

Commit

Permalink
fix: add missing NAR dependency on NiFi standard services API
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Oct 29, 2023
1 parent 0432723 commit 6ebfdbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nifi-ngsild-postgresql-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
</properties>

<dependencies>
<!-- it has to be declared in order to use the DBCP service from NiFi -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
<version>1.23.2</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>egm.io</groupId>
<artifactId>nifi-ngsild-postgresql-processors</artifactId>
Expand Down

0 comments on commit 6ebfdbd

Please sign in to comment.