From f68657a3cf05f8083cda90072ced3614bacc76fb Mon Sep 17 00:00:00 2001
From: Solomon Ayalew <solxget@amazon.com>
Date: Wed, 4 Oct 2023 16:26:39 -0700
Subject: [PATCH] add missing jar

(cherry picked from commit f8ab5bea4bc7d97a2dddeb76beb776ea53342775)
---
 testing/notification-test-core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml
index 405faefdf..b7e6887c3 100644
--- a/testing/notification-test-core/pom.xml
+++ b/testing/notification-test-core/pom.xml
@@ -130,10 +130,10 @@
             <version>0.19.0</version>
         </dependency>
         <dependency>
-            <groupId>io.jsonwebtoken</groupId>
-            <artifactId>jjwt</artifactId>
-            <version>0.12.1</version>
-        </dependency>
+		    <groupId>io.jsonwebtoken</groupId>
+		    <artifactId>jjwt</artifactId>
+		    <version>0.9.1</version>
+		</dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-- 
GitLab