Skip to content

Instantly share code, notes, and snippets.

@mgencur
Created September 7, 2012 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mgencur/3666350 to your computer and use it in GitHub Desktop.
Save mgencur/3666350 to your computer and use it in GitHub Desktop.
dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.8.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-core</artifactId>
<version>1.1.8.Final</version>
<scope>compile</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment