Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created September 14, 2011 11:43
Show Gist options
  • Save mathieuancelin/1216378 to your computer and use it in GitHub Desktop.
Save mathieuancelin/1216378 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.jboss.weld.osgi</groupId>
<artifactId>weld-osgi-core-api</artifactId>
<version>1.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>1.0-SP4</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment