Author: danieldominguez
Date: 2009-12-17 13:09:44 -0500 (Thu, 17 Dec 2009)
New Revision: 413
Added:
branches/ODE/ODE-2.0-maven/il-common/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
Maven build for il-common
Added: branches/ODE/ODE-2.0-maven/il-common/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/il-common/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/il-common/pom.xml 2009-12-17 18:09:44 UTC (rev 413)
@@ -0,0 +1,71 @@
+<?xml version="1.0"?>
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one
+ ~ or more contributor license agreements. See the NOTICE file
+ ~ distributed with this work for additional information
+ ~ regarding copyright ownership. The ASF licenses this file
+ ~ to you under the Apache License, Version 2.0 (the
+ ~ "License"); you may not use this file except in compliance
+ ~ with the License. You may obtain a copy of the License at
+ ~
+ ~
http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+
+<project>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-il-common</artifactId>
+ <name>ODE :: Interface Layers Common</name>
+ <packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-utils</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-dao</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.components</groupId>
+ <artifactId>geronimo-connector</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.components</groupId>
+ <artifactId>geronimo-transaction</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jencks</groupId>
+ <artifactId>jencks</artifactId>
+ <version>${jencks.version}</version>
+ <classifier>all</classifier>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-17 16:14:09 UTC (rev 412)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-17 18:09:44 UTC (rev 413)
@@ -80,7 +80,7 @@
<geronimo.transaction.version>2.0.1</geronimo.transaction.version>
<geronimo.kernel.version>2.0.1</geronimo.kernel.version>
<jetty.version>6.1.12rc1</jetty.version>
- <jencks.version>2.1</jencks.version>
+ <jencks.version>1.3</jencks.version>
<jasper.version>4.2.20RC0</jasper.version>
<log4j.version>1.2.15</log4j.version>
<saxon.version>9.x</saxon.version>
@@ -111,9 +111,10 @@
<module>bpel-dao</module>
<module>jca-ra</module>
<module>jca-server</module>
- <module>scheduler-simple</module>
- <module>runtimes</module>
- <module>bpel-compiler</module>
+ <module>scheduler-simple</module>
+ <module>runtimes</module>
+ <module>bpel-compiler</module>
+ <module>il-common</module>
</modules>
<build>
@@ -529,6 +530,11 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.components</groupId>
+ <artifactId>geronimo-connector</artifactId>
+ <version>${geronimo.transaction.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.components</groupId>
<artifactId>geronimo-transaction</artifactId>
<version>${geronimo.transaction.version}</version>
</dependency>
@@ -780,7 +786,6 @@
</exclusion>
</exclusions>
</dependency>
-
<dependency>
<groupId>jencks</groupId>
<artifactId>xapool-without-pool</artifactId>