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
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
The text was updated successfully, but these errors were encountered:
I had to do the same fix for wildfly-arquillian. We should probably do the same here https://issues.redhat.com/browse/WFARQ-91.
Sorry, something went wrong.
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.
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.
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.
No branches or pull requests
Working on getting bootable jar testing working Arquillian and I'm hitting a snag.
After adding
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
The text was updated successfully, but these errors were encountered: