Skip to content

Commit f31ac2a

Browse files
John Kinsellachaturvedia
authored andcommitted
Fix the developer database simulator deploy procedure so it includes the mysql database driver
(cherry picked from commit f5aeac8) Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
1 parent 3cd33f6 commit f31ac2a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

developer/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@
182182
<plugin>
183183
<groupId>org.codehaus.mojo</groupId>
184184
<artifactId>exec-maven-plugin</artifactId>
185+
<dependencies>
186+
<dependency>
187+
<groupId>mysql</groupId>
188+
<artifactId>mysql-connector-java</artifactId>
189+
<version>${cs.mysql.version}</version>
190+
</dependency>
185191
<version>1.2.1</version>
186192
<executions>
187193
<execution>
@@ -194,6 +200,7 @@
194200
</executions>
195201
<configuration>
196202
<mainClass>com.cloud.upgrade.DatabaseCreator</mainClass>
203+
<includePluginDependencies>true</includePluginDependencies>
197204
<arguments>
198205
<!-- db properties file -->
199206
<argument>${basedir}/../utils/conf/db.properties</argument>

0 commit comments

Comments
 (0)