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

Arquillian containers depends on deps outside of central #200

Open
codylerum opened this issue Feb 15, 2021 · 4 comments
Open

Arquillian containers depends on deps outside of central #200

codylerum opened this issue Feb 15, 2021 · 4 comments

Comments

@codylerum
Copy link

Working on getting bootable jar testing working Arquillian and I'm hitting a snag.

After adding

<dependency>
	<groupId>org.wildfly.arquillian</groupId>
	<artifactId>wildfly-arquillian-container-bootable</artifactId>
	<version>3.0.1.Final</version>
	<scope>test</scope>
</dependency>

I'm getting a build error as it appears to be depending on a picketbox version that is not published to central.

Could not find artifact org.picketbox:picketbox:jar:5.0.3.Final-redhat-00006

@jamezp
Copy link
Collaborator

jamezp commented Feb 15, 2021

I had to do the same fix for wildfly-arquillian. We should probably do the same here https://issues.redhat.com/browse/WFARQ-91.

@codylerum
Copy link
Author

Adding a

<repository>
	<id>redhat-releases</id>
	<name>Redhat Maven Repository</name>
	<url>https://maven.repository.redhat.com/ga/</url>
	<layout>default</layout>
</repository>

To the pom is a workaround, but this is probably something that will trip up users.

@jamezp
Copy link
Collaborator

jamezp commented Feb 16, 2021

Yes that is definitely the workaround. It is something that we should solve as it's not ideal to have users enter that in their POM.

@codylerum
Copy link
Author

Definitely not ideal as now dependabot starts trying to pull in updates like

Guava from 30.1-jre to 30.1.0.jre-redhat-00001.

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

No branches or pull requests

2 participants