From 435bdc4eccbf54f5082b5e97116c51b797481d49 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 03 12월 2021 11:49:12 +0900
Subject: [PATCH] 프로젝트 관리자만 이메일 알림 설정 가능하도록 수정

---
 pom.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 02f7d26..e76a386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -493,6 +493,18 @@
             <version>${elastic.search.version}</version>
         </dependency>
 
+        <!-- JWT (api token) -->
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.3.1</version>
+        </dependency>
+        <dependency>
+            <groupId>io.jsonwebtoken</groupId>
+            <artifactId>jjwt</artifactId>
+            <version>0.9.1</version>
+        </dependency>
+
     </dependencies>
 
     <repositories>

--
Gitblit v1.8.0