Author: jeff.yuchang
Date: 2009-12-17 10:22:31 -0500 (Thu, 17 Dec 2009)
New Revision: 411
Added:
branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
* add pom for bpel-compiler, noted that test case running failed atm.
Added: branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml 2009-12-17 15:22:31 UTC (rev 411)
@@ -0,0 +1,120 @@
+<?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>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-compiler</artifactId>
+ <name>ODE :: BPEL Compiler</name>
+ <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-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-runtimes</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-schemas</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-scripts</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon-xpath</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon-dom</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon-xqj</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>xalan</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-17 14:34:46 UTC (rev 410)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-17 15:22:31 UTC (rev 411)
@@ -79,7 +79,6 @@
<geronimo.stax-api.version>1.0.1</geronimo.stax-api.version>
<geronimo.transaction.version>2.0.1</geronimo.transaction.version>
<geronimo.kernel.version>2.0.1</geronimo.kernel.version>
- <jaxen.version>1.1-beta-8</jaxen.version>
<jetty.version>6.1.12rc1</jetty.version>
<jencks.version>2.1</jencks.version>
<jasper.version>4.2.20RC0</jasper.version>
@@ -97,6 +96,7 @@
<junit.version>4.3.1</junit.version>
<hsqldb.version>1.8.0.7</hsqldb.version>
<persistence-api.version>1.0</persistence-api.version>
+ <xalan.version>2.7.0-2</xalan.version>
</properties>
@@ -111,6 +111,9 @@
<module>bpel-dao</module>
<module>jca-ra</module>
<module>jca-server</module>
+ <module>scheduler-simple</module>
+ <module>runtimes</module>
+ <module>bpel-compiler</module>
</modules>
<build>
@@ -261,7 +264,7 @@
<dependencies>
<dependency>
<groupId>org.apache.ode</groupId>
- <artifactId>ode-bpel-runtime</artifactId>
+ <artifactId>ode-runtimes</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -426,7 +429,11 @@
<version>${project.version}</version>
<classifier>tar</classifier>
</dependency>
-
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>xalan</artifactId>
+ <version>${xalan.version}</version>
+ </dependency>
<!-- 3rd party libraries -->
<dependency>
<groupId>junit</groupId>