You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/18 20:23:24 UTC

svn commit: r826482 - /incubator/openwebbeans/trunk/pom.xml

Author: gerdogdu
Date: Sun Oct 18 18:23:23 2009
New Revision: 826482

URL: http://svn.apache.org/viewvc?rev=826482&view=rev
Log:
update pom

Modified:
    incubator/openwebbeans/trunk/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=826482&r1=826481&r2=826482&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Sun Oct 18 18:23:23 2009
@@ -453,6 +453,14 @@
 				<artifactId>openwebbeans-impl</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
+
+			 <dependency>
+			         <groupId>org.apache.openwebbeans</groupId>
+            		         <artifactId>openwebbeans-porting</artifactId>
+		                 <version>${openwebbeans.version}</version>
+            			 <scope>test</scope>
+		        </dependency>
+
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
 				<artifactId>atinject-api</artifactId>
@@ -588,5 +596,22 @@
             </build>
         </profile>  
         <!-- END release profile -->
+	
+	<profile>
+		<id>jsr330-tck</id>
+		<modules>
+			<module>atinject-tck</module>
+		</modules>
+		
+	</profile>
+
+	<profile>
+		<id>jsr299-tck</id>
+		<modules>
+			<module>webbeans-tck</module>
+		</modules>
+		
+	</profile>
+
     </profiles>
 </project>