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
The embedded container adapter pulled in when using jboss eap:6.4:embedded target does not exist on artifactory. Only newer version exists.
Arquillian embedded container should start up and run the test.
When the following target is specified: <property name="target">jboss eap:6.4:embedded</property>
<property name="target">jboss eap:6.4:embedded</property>
Artifact not found error is reported at startup: Could not find artifact org.jboss.as:jboss-as-arquillian-container-embedded:pom:7.1.3.Final
Could not find artifact org.jboss.as:jboss-as-arquillian-container-embedded:pom:7.1.3.Final
I was only able to find the following versions: 7.0.0.Beta1 7.0.0.Beta2 7.0.0.Beta3 7.2.0.Final
7.0.0.Beta1 7.0.0.Beta2 7.0.0.Beta3 7.2.0.Final
mvn --version ---> Apache Maven 3.3.3 mvn dependency:tree.output is attached. OS: openSUSE-LEAP 42.1 JDK: 1.8.0_102 mvn dependency tree.txt
mvn --version ---> Apache Maven 3.3.3
mvn dependency:tree
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Overview
The embedded container adapter pulled in when using jboss eap:6.4:embedded target does not exist on artifactory. Only newer version exists.
Expected Behaviour
Arquillian embedded container should start up and run the test.
Current Behaviour
When the following target is specified:
<property name="target">jboss eap:6.4:embedded</property>
Artifact not found error is reported at startup:
Could not find artifact org.jboss.as:jboss-as-arquillian-container-embedded:pom:7.1.3.Final
I was only able to find the following versions:
7.0.0.Beta1 7.0.0.Beta2 7.0.0.Beta3 7.2.0.Final
Steps To Reproduce
Additional Information
mvn --version ---> Apache Maven 3.3.3
mvn dependency:tree
.output is attached.OS: openSUSE-LEAP 42.1
JDK: 1.8.0_102
mvn dependency tree.txt
The text was updated successfully, but these errors were encountered: