From bda2d59257713ee5739c11d2ab240f5d1fea2bd2 Mon Sep 17 00:00:00 2001
From: Wilson de Farias <wilsonsf1@gmail.com>
Date: Fri, 3 May 2019 17:47:21 -0300
Subject: [PATCH] =?UTF-8?q?Corrige=20depend=C3=AAncia=20da=20biblioteca=20?=
 =?UTF-8?q?para=20Encryption-Bean?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Encryption-WebClient/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Encryption-WebClient/pom.xml b/Encryption-WebClient/pom.xml
index e6d3c84..9b9e1c3 100644
--- a/Encryption-WebClient/pom.xml
+++ b/Encryption-WebClient/pom.xml
@@ -17,6 +17,7 @@
             <groupId>br.ufrn.imd.web2</groupId>
             <artifactId>Encryption-Bean</artifactId>
             <version>1.0</version>
+            <scope>compile</scope>
             <!--<scope>provided</scope>-->
         </dependency>
 
-- 
GitLab