I had the same question a while back which may have been answered off list. Sun hasn't provided these APIs yet, so we had to publish our own as a stand-in. We will replace them when the time comes.

- Dan Allen

Sent from my Android-powered phone:
An open platform for carriers, consumers
and developers.

On Nov 26, 2009 8:12 AM, "Aslak Knutsen" <aslak@conduct.no> wrote:

I just noticed that the cdi-api 1.0 pom on repo1 has dependencies/references to non standard projects:

..
   <parent> 
      <groupId>org.jboss.weld</groupId> 
      <artifactId>weld-api-parent</artifactId> 
      <version>1.0</version> 
      <relativePath>../parent/pom.xml</relativePath> 
   </parent> 
..   
      <dependency> 
         <groupId>org.jboss.ejb3</groupId> 
         <artifactId>jboss-ejb3-api</artifactId> 
         <optional>true</optional> 
      </dependency> 
 
      <dependency> 
         <groupId>org.jboss.interceptor</groupId> 
         <artifactId>jboss-interceptor-api</artifactId> 
      </dependency>    
..

Is this correct ?


-aslak-

_______________________________________________
weld-dev mailing list
weld-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-dev