Author: assaf
Date: Mon Oct 9 17:03:41 2006
New Revision: 454567
URL: http://svn.apache.org/viewvc?view=rev&rev=454567
Log:
Added Geronimo Kernel dependency
Modified:
incubator/ode/trunk/axis2/pom.xml
incubator/ode/trunk/pom.xml
Modified: incubator/ode/trunk/axis2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/axis2/pom.xml?view=diff&rev=454567&r1=454566&r2=454567
==============================================================================
--- incubator/ode/trunk/axis2/pom.xml (original)
+++ incubator/ode/trunk/axis2/pom.xml Mon Oct 9 17:03:41 2006
@@ -106,6 +106,10 @@
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</dependency>
+ <dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-kernel</artifactId>
+ </dependency>
<dependency>
<groupId>ws-commons</groupId>
Modified: incubator/ode/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=454567&r1=454566&r2=454567
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Mon Oct 9 17:03:41 2006
@@ -34,7 +34,6 @@
<properties>
<vendor.name>Apache Software Foundation</vendor.name>
- <maven.test.skip>true</maven.test.skip>
<!--
Default ODE properties, these properties may be referenced in
resources and the
@@ -66,6 +65,7 @@
<hibernateVersion>3.1.2</hibernateVersion>
<hsqldbVersion>1.8.0.1</hsqldbVersion>
<geronimoSpecsVersion>1.0</geronimoSpecsVersion>
+ <geronimoVersion>1.1</geronimoVersion>
<jaxenVersion>1.1-beta-8</jaxenVersion>
<jettyVersion>5.1.9</jettyVersion>
<jasperVersion>4.2.20RC0</jasperVersion>
@@ -693,6 +693,11 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.0_spec</artifactId>
<version>${geronimoSpecsVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-kernel</artifactId>
+ <version>${geronimoVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>