keycloak-aplcache

Changes

pom.xml 4(+4 -0)

services/pom.xml 4(+4 -0)

Details

pom.xml 4(+4 -0)

diff --git a/pom.xml b/pom.xml
index 9fae988..bf16e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,6 +297,10 @@
                         <groupId>com.sun.xml.bind</groupId>
                         <artifactId>jaxb-impl</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.mail</groupId>
+                        <artifactId>mail</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 

services/pom.xml 4(+4 -0)

diff --git a/services/pom.xml b/services/pom.xml
index b920e7b..6c5b4fe 100755
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -122,6 +122,10 @@
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>javax.mail</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.jboss.spec.javax.xml.bind</groupId>
             <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
         </dependency>