Hi,
How can I test the latest jsr-299 on glassfish v3 preview? Im using maven2
to build my project so Išve tried to include the follow api:
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>1.0-CR1</version>
<scope>provided</scope>
</dependency>
But I couldnšt find a lot of things like @Current and so. The GFV3 does have
the implementation of the jsr-299 and how can I include the api in my
project?
Thanks.