mirror of https://github.com/apache/cloudstack.git
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:
parent
5fb86ae316
commit
64d72db0fc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue