SW is shrinkwrap, sorry

well the issue is tomee doesn't come with hibernate and the test doesn't
add it is you exclude provided scope.

What i'd do to go further is to create a pom in
src/main/resources/test-pom.xml and add here all dependencies i need to
create my test war.

It will avoid conflict with main pom (take care to slf4j for instance, you
were adding the api but no implementation in the webapp).

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/10/1 zeeman <hamz...@fastmail.us>

> What was other dep issue you got?
>
> What's SW? Another pom for what? More details please. If you got the test
> project test to work, can you tell me exactly what steps you followed? Then
> I'll be able to fix my problem. I'll clean my maven repo just to be sure.
> Thanks.
>
>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Arquillian-tests-on-Tomee-not-working-tp4657658p4657728.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Reply via email to