Skip to content
New issue

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

Update all boosters to use arquillian-cube-openshift-starter dependency. #35

Open
dipak-pawar opened this issue Feb 26, 2018 · 1 comment
Assignees

Comments

@dipak-pawar
Copy link

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>
@hemanik
Copy link
Member

hemanik commented Mar 26, 2018

On hold until the release of Booster Parent with PR: openshiftio/booster-parent#27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants