Skip to content

Commit 35368c7

Browse files
committed
Added apache commons email, not done anything with it yet
1 parent 2b9397f commit 35368c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@
2828
</dependency>
2929
<dependency>
3030
<groupId>org.javawebstack</groupId>
31-
<artifactId>Validator</artifactId>
31+
<artifactId>Templating-Engine</artifactId>
3232
<version>1.0-SNAPSHOT</version>
3333
</dependency>
34+
<dependency>
35+
<groupId>org.apache.commons</groupId>
36+
<artifactId>commons-email</artifactId>
37+
<version>1.5</version>
38+
</dependency>
3439
<dependency>
3540
<groupId>com.google.code.gson</groupId>
3641
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)