1 Reply Latest reply on Jan 12, 2018 9:12 AM by bmajsak

    Arquillian with WebSphere Liberty Profile:Failed to load maven dependencies org.jboss.arquillian.container:arquillian-wlp-managed-8.5:1.0.0.Beta2

    arquilliannewuser

      Hello guys,

       

      I am new to Arquillian and running into an issue when configuring Arquillian with WebSphere Liberty Profile. I use Intellij 2017.3.2 and gradle as the build tool.

       

      I've configured arquillian dependency in gradle for the project. I then ran "gradlew build" in command line. The build was successful and all the arquillian test cases passed. However, when I tried to run the same arquillian test cases inside Intellij. I got the following error:

       

      Error running 'WebSphere Liberty Profile Managed 8.5: JavNatJobListenerIT': Failed to load maven dependencies for artifact: org.jboss.arquillian.container:arquillian-wlp-managed-8.5:1.0.0.Beta2

       

      My arquillian container configure in Intellij is like this:


      Could you please give me some suggestions about this issue? Really appreciate it!

       

      David