adding pom dependencies for usage

This commit is contained in:
Abhinandan Prateek 2015-07-06 15:34:23 +05:30 committed by Rohit Yadav
parent 3103dcf7bc
commit dbee0a9a2d
1 changed files with 11 additions and 0 deletions

View File

@ -39,6 +39,17 @@
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${cs.mysql.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>