WANG 6 anni fa
parent
commit
a086765bd1
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -211,6 +211,10 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-mail</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.jsoup</groupId>
+			<artifactId>jsoup</artifactId>
+		</dependency>
 	</dependencies>
 
 </project>