Skip to content

Commit

Permalink
Fix commons-logging dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Apr 10, 2022
1 parent 2b37523 commit de3f4d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nifi-cognito-authorizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
</exclusion>
</exclusions>
</dependency>
<!-- https://exceptionfactory.com/posts/2021/12/29/managing-logging-libraries-in-apache-nifi/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
Expand Down

0 comments on commit de3f4d1

Please sign in to comment.