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 2015/05/26 00:01:09 UTC

svn commit: r1681657 - /openwebbeans/trunk/webbeans-spi/pom.xml

Author: struberg
Date: Mon May 25 22:01:08 2015
New Revision: 1681657

URL: http://svn.apache.org/r1681657
Log:
fix spi pom by making not mandatory ee specs optional

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

Modified: openwebbeans/trunk/webbeans-spi/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-spi/pom.xml?rev=1681657&r1=1681656&r2=1681657&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-spi/pom.xml (original)
+++ openwebbeans/trunk/webbeans-spi/pom.xml Mon May 25 22:01:08 2015
@@ -39,6 +39,7 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-el_2.2_spec</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
 
         <dependency>
@@ -60,11 +61,13 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.1_spec</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-validation_1.0_spec</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
     </dependencies>