Upgrade arquilliam bom to match org.apache.maven dependency versions from Quarkus
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
3001855858
commit
ec2fcb4333
2 changed files with 6 additions and 2 deletions
|
@ -237,6 +237,10 @@ It is also possible to change to a snapshot version by running:
|
|||
./set-quarkus-version.sh
|
||||
```
|
||||
|
||||
After setting the version, please verify that:
|
||||
|
||||
* `org.apache.maven` dependencies used by the test suite (and arquillian) are the same from the new Quarkus version
|
||||
|
||||
### Run a local build
|
||||
|
||||
After changing the dependency versions, you can run a local build to make sure the server extension is not broken by API changes and if
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
<cache.server.java.home>${java.home}</cache.server.java.home>
|
||||
|
||||
<!--component versions-->
|
||||
<arquillian-core.version>1.7.1.Final</arquillian-core.version>
|
||||
<arquillian-core.version>1.8.0.Final</arquillian-core.version>
|
||||
<!--the version of shrinkwrap_resolver should align with the version in arquillian-bom-->
|
||||
<shrinkwrap-resolver.version>3.1.4</shrinkwrap-resolver.version>
|
||||
<shrinkwrap-resolver.version>3.2.1</shrinkwrap-resolver.version>
|
||||
<selenium.version>3.14.0</selenium.version>
|
||||
<arquillian-drone.version>2.5.5</arquillian-drone.version>
|
||||
<arquillian-graphene.version>3.0.0-alpha.3</arquillian-graphene.version>
|
||||
|
|
Loading…
Reference in a new issue