Skip to content

Commit

Permalink
ODP-3041: jakarta servlet dependency addition in nifi-toolkit-tls pom…
Browse files Browse the repository at this point in the history
….xml .
  • Loading branch information
manishsinghmowall committed Feb 20, 2025
1 parent 8a04cc3 commit 55beddb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nifi-toolkit/nifi-toolkit-tls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down

0 comments on commit 55beddb

Please sign in to comment.