Skip to content

Instantly share code, notes, and snippets.

@paulmilner
paulmilner / gist:90f2e258c14715333e4c
Last active August 29, 2015 14:16
How to set up a Weld test
/*
Weld dependency for your POM:
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<version>Whatever the latest version is!</version>
</dependency>
*/
//The Application under test: