You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2013/06/26 13:23:56 UTC

svn commit: r1496881 - /openwebbeans/trunk/webbeans-cdi11/pom.xml

Author: struberg
Date: Wed Jun 26 11:23:56 2013
New Revision: 1496881

URL: http://svn.apache.org/r1496881
Log:
OWB-846 enable geronimo-jcdi-1.1 spec API usage

Modified:
    openwebbeans/trunk/webbeans-cdi11/pom.xml

Modified: openwebbeans/trunk/webbeans-cdi11/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-cdi11/pom.xml?rev=1496881&r1=1496880&r2=1496881&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-cdi11/pom.xml (original)
+++ openwebbeans/trunk/webbeans-cdi11/pom.xml Wed Jun 26 11:23:56 2013
@@ -219,7 +219,7 @@
                         <id>add-sources</id>
                         <goals>
                             <goal>add-source</goal>
-	                        <goal>add-resource</goal>                            
+                            <goal>add-resource</goal>
                         </goals>
                         <phase>process-sources</phase>
                     </execution>
@@ -275,14 +275,14 @@
                     <version>${cdi11-tck.version}</version>
                     <scope>test</scope>
                     <exclusions>
-<!--                         <exclusion> -->
-<!--                             <groupId>javax.enterprise</groupId> -->
-<!--                             <artifactId>cdi-api</artifactId> -->
-<!--                         </exclusion> -->
-<!--                         <exclusion> -->
-<!--                             <groupId>javax.el</groupId> -->
-<!--                             <artifactId>el-api</artifactId> -->
-<!--                         </exclusion> -->
+                        <exclusion>
+                            <groupId>javax.enterprise</groupId>
+                            <artifactId>cdi-api</artifactId>
+                        </exclusion>
+                        <exclusion>
+                            <groupId>javax.el</groupId>
+                            <artifactId>el-api</artifactId>
+                        </exclusion>
                     </exclusions>
                 </dependency>
                 <dependency>
@@ -291,26 +291,26 @@
                     <version>${cdi11-tck.version}</version>
                     <scope>test</scope>
                     <exclusions>
-<!--                         <exclusion> -->
-<!--                             <groupId>javax.enterprise</groupId> -->
-<!--                             <artifactId>cdi-api</artifactId> -->
-<!--                         </exclusion> -->
+                        <exclusion>
+                            <groupId>javax.enterprise</groupId>
+                            <artifactId>cdi-api</artifactId>
+                        </exclusion>
                         <exclusion>
                             <groupId>javax.faces</groupId>
                             <artifactId>jsf-api</artifactId>
                         </exclusion>
-<!--                         <exclusion> -->
-<!--                             <groupId>javax.servlet</groupId> -->
-<!--                             <artifactId>javax.servlet-api</artifactId> -->
-<!--                         </exclusion> -->
-<!--                         <exclusion> -->
-<!--                             <groupId>javax.servlet.jsp</groupId> -->
-<!--                             <artifactId>jsp-api</artifactId> -->
-<!--                         </exclusion> -->
-<!--                         <exclusion> -->
-<!--                             <groupId>javax.transaction</groupId> -->
-<!--                             <artifactId>jta</artifactId> -->
-<!--                         </exclusion> -->
+                        <exclusion>
+                            <groupId>javax.servlet</groupId>
+                            <artifactId>javax.servlet-api</artifactId>
+                        </exclusion>
+                        <exclusion>
+                            <groupId>javax.servlet.jsp</groupId>
+                            <artifactId>jsp-api</artifactId>
+                        </exclusion>
+                        <exclusion>
+                            <groupId>javax.transaction</groupId>
+                            <artifactId>jta</artifactId>
+                        </exclusion>
                     </exclusions>
                 </dependency>
                 <dependency>