Author: struberg
Date: Sun Jan 26 17:19:37 2014
New Revision: 1561520
URL: http://svn.apache.org/r1561520
Log:
add missing geronimo-el api. Caused a build error.
Also switch back to the xbean-asm-shaded version defined in the
dependencyManagement of the parent pom
Modified:
openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
openwebbeans/trunk/webbeans-impl/pom.xml
Modified:
openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml?rev=1561520&r1=1561519&r2=1561520&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
(original)
+++ openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
Sun Jan 26 17:19:37 2014
@@ -52,6 +52,11 @@
<artifactId>geronimo-interceptor_1.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-el_2.2_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1561520&r1=1561519&r2=1561520&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Sun Jan 26 17:19:37 2014
@@ -44,7 +44,6 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm4-shaded</artifactId>
- <version>3.15</version>
</dependency>
<dependency>