diff --git a/README.md b/README.md index b4546d70e262024eee30974801e85de9a2365e22..d42e16ef32e8681a8d8309950fdfc21489d72130 100644 --- a/README.md +++ b/README.md @@ -335,14 +335,12 @@ This configuration will run with the **H2** database. If you wish to run the tests with the **MySQL** database, you have to add to additional system configuration: * `mysql.version`: The version of the MySQL driver (currently, `8.0.21`). -* `arquillian.launch`: This system property is used to change the profile used -by Arquillian. It should be `wildfly-embedded-mysql` to use the MySQL profile. Therefore, the `VM arguments` configuration for running the tests in Eclipse using the MySQL database is: ``` --Darquillian.launch=wildfly-embedded-mysql +-Darquillian.launch=wildfly-embedded -Dmysql.version=8.0.21 -Dwildfly.version=10.1.0.Final -Dwildfly.jbossHome=target/wildfly-10.1.0.Final