We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently all boosters are using following dependencies
<dependency> <groupId>org.arquillian.cube</groupId> <artifactId>arquillian-cube-openshift</artifactId> </dependency> <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-standalone</artifactId> </dependency>
Update all boosters to use single dependency as
<dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-cube-openshift-starter</artifactId> </dependency>
The text was updated successfully, but these errors were encountered:
On hold until the release of Booster Parent with PR: openshiftio/booster-parent#27.
Sorry, something went wrong.
hemanik
No branches or pull requests
Currently all boosters are using following dependencies
Update all boosters to use single dependency as
The text was updated successfully, but these errors were encountered: