[jbosstools-users] Arquillian test in jboss tools
Márcio Dall'Igna
jbosstools-users at lists.jboss.org
Thu Oct 23 14:12:34 EDT 2014
I went through the same problem today!
I'm using the JBoss AS 7.1.1.Final
I compared with my old projects and noticed the change in the version of JBOSS.
The new project was:
------------------------------------------------------------------------------------
<!-- JBoss dependency versions -->
<version.jboss.maven.plugin>*7.4.Final*</version.jboss.maven.plugin>
<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>*1.0.7.Final*</version.jboss.bom>
--------------------------------------------------------------------------------------
+and I changed to:+
----------------------------------------------------------------------------
<!-- JBoss dependency versions -->
<version.jboss.maven.plugin>*7.1.1.Final*</version.jboss.maven.plugin>
<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>*1.0.2.Final*</version.jboss.bom>
And the Arquillian is working again! {emoticon:class=jive_macro_emoticon jive_macro jive_emote|src=https://static.jboss.org/developer/6.0.3.60ddddd/images/emoticons/happy.png|__jive_emoticon_name=happy}
Posted by forums
Original post: https://developer.jboss.org/message/907948#907948
More information about the jbosstools-users
mailing list