You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ka...@apache.org on 2015/04/20 11:07:01 UTC

svn commit: r1674766 - /openwebbeans/cms-site/trunk/content/download.mdtext

Author: karlkilden
Date: Mon Apr 20 09:07:01 2015
New Revision: 1674766

URL: http://svn.apache.org/r1674766
Log:
Added intereceptor to apis

Modified:
    openwebbeans/cms-site/trunk/content/download.mdtext

Modified: openwebbeans/cms-site/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/download.mdtext?rev=1674766&r1=1674765&r2=1674766&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/download.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/download.mdtext Mon Apr 20 09:07:01 2015
@@ -111,8 +111,22 @@ want to build any of the above binaries,
 #### API:s {#apis-version}
 
     <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-spi</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-impl</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>
+
+    <dependency>
     	<groupId>org.apache.geronimo.specs</groupId>
-    	<artifactId>geronimo-jcdi_1.0_spec</artifactId>
+    	<artifactId>geronimo-interceptor_1.1_spec</artifactId>
     	<version>1.0</version>
         <scope>compile</scope>
     </dependency>