Allow EC2 to be run from Maven properly

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

This closes #389
This commit is contained in:
jeff 2015-06-11 15:36:18 +00:00 committed by Rohit Yadav
parent 5fb86ae316
commit 64d72db0fc
1 changed files with 13 additions and 0 deletions

View File

@ -204,6 +204,19 @@
<artifactId>cloud-framework-db</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${cs.mysql.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
<version>2.2.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<resources>