Example Code for BAEL-1425 (#4394)

* added example code for Java mail

* added examp code for BAEL-1425

* updated example code for BAEL-1425
This commit is contained in:
Seun Matt
2018-06-03 06:13:07 +01:00
committed by maibin
parent a14d9cc6cc
commit 3f9cf77272
3 changed files with 108 additions and 0 deletions
+13
View File
@@ -698,6 +698,17 @@
<artifactId>jctools-core</artifactId>
<version>${jctools.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>${common-math3-version}</version>
</dependency>
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>${xchart-version}</version>
</dependency>
</dependencies>
<repositories>
@@ -910,6 +921,8 @@
<jets3t-version>0.9.4.0006L</jets3t-version>
<jctools.version>2.1.2</jctools.version>
<typesafe-akka.version>2.5.11</typesafe-akka.version>
<common-math3-version>3.6.1</common-math3-version>
<xchart-version>3.5.2</xchart-version>
</properties>
</project>