| <?xml version="1.0"?> |
| <project> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>7</version> |
| </parent> |
| |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode</artifactId> |
| <packaging>pom</packaging> |
| <version>1.4-SNAPSHOT</version> |
| |
| <name>ODE</name> |
| <description>Apache ODE (Orchestration Director Engine) executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application.</description> |
| <url>http://ode.apache.org</url> |
| <issueManagement> |
| <system>jira</system> |
| <url>https://issues.apache.org/jira/browse/ODE</url> |
| </issueManagement> |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/ode/</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ode/</developerConnection> |
| <url>http://svn.apache.org/repos/asf/ode/</url> |
| </scm> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Apache ODE Users List</name> |
| <subscribe>user-subscribe@ode.apache.org</subscribe> |
| <unsubscribe>user-unsubscribe@ode.apache.org</unsubscribe> |
| <post>user@ode.apache.org</post> |
| </mailingList> |
| <mailingList> |
| <name>Apache ODE Developers List</name> |
| <subscribe>dev-subscribe@ode.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@ode.apache.org</unsubscribe> |
| <post>dev@ode.apache.org</post> |
| </mailingList> |
| <mailingList> |
| <name>Apache ODE Commits List</name> |
| <subscribe>commits-subscribe@ode.apache.org</subscribe> |
| <unsubscribe>commits-unsubscribe@ode.apache.org</unsubscribe> |
| <post>commits@ode.apache.org</post> |
| </mailingList> |
| </mailingLists> |
| |
| <prerequisites> |
| <maven>2.2.1</maven> |
| </prerequisites> |
| |
| <properties> |
| <!-- |
| NOTE: Project version, to be used instead of ${pom.version} since that |
| value magically changes when using SNAPSHOT versions. |
| |
| This value *must* be kept in sync with the value of the <version> |
| element, and it will need to be changed manually before a release, |
| as the maven-release-plugin will not update this value. |
| --> |
| <ode.version>1.4-SNAPSHOT</ode.version> |
| |
| <activation.version>1.1</activation.version> |
| <annogen.version>0.1.0</annogen.version> |
| <antlr.version>2.7.7</antlr.version> |
| <axiom.version>1.2.8</axiom.version> |
| <axis2.version>1.5.1</axis2.version> |
| <rampart.version>1.5</rampart.version> |
| <commons.codec.version>1.3</commons.codec.version> |
| <backport.concurrent.version>3.1</backport.concurrent.version> |
| <commons.fileupload.version>1.2</commons.fileupload.version> |
| <commons.collections.version>3.2.1</commons.collections.version> |
| <commons.httpclient.version>3.1</commons.httpclient.version> |
| <commons.io.version>1.4</commons.io.version> |
| <commons.lang.version>2.4</commons.lang.version> |
| <commons.logging.version>1.1</commons.logging.version> |
| <commons.pool.version>1.4</commons.pool.version> |
| <commons.primitives.version>1.0</commons.primitives.version> |
| <commons.dbcp.version>1.2.1</commons.dbcp.version> |
| <httpcomponents.version>4.0</httpcomponents.version> |
| <jaxb-api.version>2.1</jaxb-api.version> |
| <jaxb.version>2.1.6</jaxb.version> |
| <jaxen.version>1.1.1</jaxen.version> |
| <jettison.version>1.0-RC2</jettison.version> |
| <jibx.version>1.1.5</jibx.version> |
| <neethi.version>2.0.4</neethi.version> |
| <woden.version>1.0M8</woden.version> |
| <wsdl4j.version>1.6.2</wsdl4j.version> |
| <woodstox.version>3.2.4</woodstox.version> |
| <javax.mail.version>1.4</javax.mail.version> |
| <hibernate.version>3.3.2.GA</hibernate.version> |
| <javassist.version>3.9.0.GA</javassist.version> |
| <spring.version>2.5.6</spring.version> |
| <geronimo.specs.version>1.0</geronimo.specs.version> |
| <geronimo.version>2.0.1</geronimo.version> |
| <geronimo.activation.version>1.0.1</geronimo.activation.version> |
| <geronimo.annotation.version>1.1</geronimo.annotation.version> |
| <geronimo.javamail.version>1.2</geronimo.javamail.version> |
| <geronimo.stax-api.version>1.0.1</geronimo.stax-api.version> |
| <geronimo.specs.jta.version>1.1</geronimo.specs.jta.version> |
| <geronimo.specs.ejb.version>1.1</geronimo.specs.ejb.version> |
| <jetty.version>6.1.12rc1</jetty.version> |
| <jencks.version>2.1</jencks.version> |
| <jasper.version>4.2.20RC0</jasper.version> |
| <log4j.version>1.2.13</log4j.version> |
| <saxon.version>9.1.0.8</saxon.version> |
| <servicemix.version>3.3</servicemix.version> |
| <slf4j.version>1.4.3</slf4j.version> |
| <stax-api.version>1.0</stax-api.version> |
| <xerces.version>2.9.0</xerces.version> |
| <xmlresolver.version>1.2</xmlresolver.version> |
| <xmlbeans.version>2.3.0</xmlbeans.version> |
| <xstream.version>1.2</xstream.version> |
| <junit.version>4.4</junit.version> |
| <hsqldb.version>1.8.0.7</hsqldb.version> |
| <persistence-api.version>1.0</persistence-api.version> |
| <xalan.version>2.7.1</xalan.version> |
| <ant.version>1.6.5</ant.version> |
| <openjpa.version>1.2.1</openjpa.version> |
| <serp.version>1.13.1</serp.version> |
| <dom4j.version>1.6.1</dom4j.version> |
| <derby.version>10.5.3.0_1</derby.version> |
| <jmock.version>1.2.0</jmock.version> |
| <xml.parser.version>2.6.2</xml.parser.version> |
| <activemq.version>4.1.1</activemq.version> |
| <xml-apis.version>1.3.04</xml-apis.version> |
| <servicemix.nmr.version>1.1.0-SNAPSHOT</servicemix.nmr.version> |
| <axis2.transport.version>1.0.0</axis2.transport.version> |
| <h2.version>1.1.117</h2.version> |
| </properties> |
| |
| <modules> |
| <module>agents</module> |
| <module>utils</module> |
| <module>jacob</module> |
| <module>bpel-schemas</module> |
| <module>bpel-scripts</module> |
| <module>bpel-api</module> |
| <module>bpel-api-jca</module> |
| <module>bpel-dao</module> |
| <module>bpel-obj</module> |
| <module>dao-jpa</module> |
| <module>jca-ra</module> |
| <module>jca-server</module> |
| <module>scheduler-simple</module> |
| <module>bpel-compiler</module> |
| <module>bpel-epr</module> |
| <module>bpel-ql</module> |
| <module>dao-hibernate</module> |
| <module>tools</module> |
| <module>bpel-store</module> |
| <module>dao-jpa-ojpa-derby</module> |
| <module>dao-hibernate-db</module> |
| <module>bpel-runtime</module> |
| <module>bpel-connector</module> |
| <module>bpel-test</module> |
| <module>axis2</module> |
| <module>axis2-bundle</module> |
| <module>jbi</module> |
| <module>jbi-bundle</module> |
| <module>jbi-karaf</module> |
| <module>distro/src/examples-jbi/maven2/ping-pong-osgi</module> |
| <module>distro/src/examples-jbi/maven2/helloworld2-osgi</module> |
| <module>jbi-karaf-pmapi-httpbinding</module> |
| <module>axis2-war</module> |
| <module>bpel-itest</module> |
| <module>clustering</module> |
| </modules> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.2-beta-5</version> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>2.0.2</version> |
| <configuration> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>2.5</version> |
| </plugin> |
| |
| |
| <!--| |
| | This version uses xjavadoc-1.1-j5, which doesn't |
| | complain on Java 5.0 constructs. |
| | |
| --> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>xdoclet-maven-plugin</artifactId> |
| <version>1.0</version> |
| <dependencies> |
| <dependency> |
| <groupId>xdoclet</groupId> |
| <artifactId>xjavadoc</artifactId> |
| <version>1.1-j5</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>xmlbeans-maven-plugin</artifactId> |
| <version>${xmlbeans.version}</version> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>sql-maven-plugin</artifactId> |
| <version>1.2</version> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>${derby.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derbytools</artifactId> |
| <version>${derby.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.h2database</groupId> |
| <artifactId>h2</artifactId> |
| <version>${h2.version}</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| |
| <!-- Allows direct usage of the javadoc:javadoc goal. --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.5</version> |
| <configuration> |
| <minmemory>128m</minmemory> |
| <maxmemory>512m</maxmemory> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| |
| |
| <!--| |
| | List of repositories for all the various dependencies, |
| | and Maven plugins. |
| | |
| --> |
| <repositories> |
| <repository> |
| <id>servicemix-repo</id> |
| <name>ServiceMix Repository</name> |
| <url>https://repository.apache.org/content/groups/public</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| <!-- |
| <repository> |
| <id>servicemix</id> |
| <name>Apache ServiceMix Repository</name> |
| <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| --> |
| <repository> |
| <id>saxon-repo</id> |
| <name>Saxon Repo</name> |
| <url>http://people.apache.org/~rr/saxon-repo</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| <repository> |
| <id>central</id> |
| <name>Apache Maven Repo</name> |
| <url>http://repo1.maven.org/maven2/</url> |
| </repository> |
| <repository> |
| <id>jboss-public-repository-group</id> |
| <name>JBoss Public Maven Repository Group</name> |
| <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
| </repository> |
| </repositories> |
| |
| <!-- |
| <repositories> |
| <repository> |
| <id>central</id> |
| <name>Maven Repository Switchboard</name> |
| <url>http://repo1.maven.org/maven2</url> |
| </repository> |
| <repository> |
| <id>ibiblio</id> |
| <name>ibiblio</name> |
| <url>http://www.ibiblio.org/maven2</url> |
| </repository> |
| <repository> |
| <id>apache.snapshots</id> |
| <name>Apache snapshots</name> |
| <url>http://repository.apache.org/snapshots/</url> |
| </repository> |
| <repository> |
| <id>intalio</id> |
| <name>ODE Maven2 repository</name> |
| <url>http://pxe.intalio.org/public/maven2</url> |
| </repository> |
| <repository> |
| <id>JBoss</id> |
| <name>JBoss Repository</name> |
| <url>http://repository.jboss.com/maven2/</url> |
| </repository> |
| </repositories> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>central</id> |
| <name>Maven Repository Switchboard</name> |
| <url>http://repo1.maven.org/maven2</url> |
| </pluginRepository> |
| <pluginRepository> |
| <id>ibiblio</id> |
| <name>ibiblio</name> |
| <url>http://www.ibiblio.org/maven2</url> |
| </pluginRepository> |
| <pluginRepository> |
| <id>apache.snapshots</id> |
| <name>Apache snapshots</name> |
| <url>http://repository.apache.org/snapshots/</url> |
| </pluginRepository> |
| <pluginRepository> |
| <id>intalio</id> |
| <name>Intalio Maven2 repository</name> |
| <url>http://pxe.intalio.org/public/maven2</url> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| --> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-agents</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-runtime</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-ql</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-schemas</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-api</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-dao</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-api-jca</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-compiler</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-obj</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-scripts</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-store</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-connector</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-dao-hibernate</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-jacob</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-jbi</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-epr</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-dao-jpa</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-jca-ra</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-jca-server</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-tools</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-utils</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-scheduler-simple</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-bpel-test</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ode</groupId> |
| <artifactId>ode-axis2</artifactId> |
| <version>${ode.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xalan</groupId> |
| <artifactId>xalan</artifactId> |
| <version>${xalan.version}</version> |
| </dependency> |
| <!-- 3rd party libraries --> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>${junit.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant</artifactId> |
| <version>${ant.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javassist</groupId> |
| <artifactId>javassist</artifactId> |
| <version>${javassist.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| <version>${activation.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>annogen</groupId> |
| <artifactId>annogen</artifactId> |
| <version>${annogen.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>antlr</groupId> |
| <artifactId>antlr</artifactId> |
| <version>${antlr.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-api</artifactId> |
| <version>${axiom.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-impl</artifactId> |
| <version>${axiom.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-dom</artifactId> |
| <version>${axiom.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>backport-util-concurrent</groupId> |
| <artifactId>backport-util-concurrent</artifactId> |
| <version>${backport.concurrent.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-codec</groupId> |
| <artifactId>commons-codec</artifactId> |
| <version>${commons.codec.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-fileupload</groupId> |
| <artifactId>commons-fileupload</artifactId> |
| <version>${commons.fileupload.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>${commons.io.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-collections</groupId> |
| <artifactId>commons-collections</artifactId> |
| <version>${commons.collections.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| <version>${commons.httpclient.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>${commons.lang.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons.logging.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-dbcp</groupId> |
| <artifactId>commons-dbcp</artifactId> |
| <version>${commons.dbcp.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-primitives</groupId> |
| <artifactId>commons-primitives</artifactId> |
| <version>${commons.primitives.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.1_spec</artifactId> |
| <version>${geronimo.specs.jta.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> |
| <version>${geronimo.specs.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-ejb_2.1_spec</artifactId> |
| <version>${geronimo.specs.ejb.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.components</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| <version>${geronimo.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.components</groupId> |
| <artifactId>geronimo-transaction</artifactId> |
| <version>${geronimo.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-kernel</artifactId> |
| <version>${geronimo.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-activation_1.1_spec</artifactId> |
| <version>${geronimo.activation.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-annotation_1.0_spec</artifactId> |
| <version>${geronimo.annotation.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-javamail_1.4_spec</artifactId> |
| <version>${geronimo.javamail.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-stax-api_1.0_spec</artifactId> |
| <version>${geronimo.stax-api.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpcore</artifactId> |
| <version>${httpcomponents.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpcore-nio</artifactId> |
| <version>${httpcomponents.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jaxb-api</artifactId> |
| <version>${jaxb-api.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| <version>${jaxb.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-xjc</artifactId> |
| <version>${jaxb.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.persistence</groupId> |
| <artifactId>persistence-api</artifactId> |
| <version>${persistence-api.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>jaxen</groupId> |
| <artifactId>jaxen</artifactId> |
| <version>${jaxen.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.jettison</groupId> |
| <artifactId>jettison</artifactId> |
| <version>${jettison.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jibx</groupId> |
| <artifactId>jibx-run</artifactId> |
| <version>${jibx.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jibx</groupId> |
| <artifactId>jibx-bind</artifactId> |
| <version>${jibx.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.neethi</groupId> |
| <artifactId>neethi</artifactId> |
| <version>${neethi.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.woden</groupId> |
| <artifactId>woden-api</artifactId> |
| <version>${woden.version}</version> |
| <exclusions> |
| <exclusion> |
| <artifactId>xerces</artifactId> |
| <groupId>xmlParserAPIs</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.woden</groupId> |
| <artifactId>woden-impl-dom</artifactId> |
| <version>${woden.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>woodstox</groupId> |
| <artifactId>wstx-asl</artifactId> |
| <version>${woodstox.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| <version>${javax.mail.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.openjpa</groupId> |
| <artifactId>openjpa</artifactId> |
| <version>${openjpa.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>net.sourceforge.serp</groupId> |
| <artifactId>serp</artifactId> |
| <version>${serp.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>dom4j</groupId> |
| <artifactId>dom4j</artifactId> |
| <version>${dom4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| <version>${xml-apis.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-pool</groupId> |
| <artifactId>commons-pool</artifactId> |
| <version>${commons.pool.version}</version> |
| <exclusions> |
| <!-- These need to be excluded, we are on JDK5 --> |
| <exclusion> |
| <artifactId>xerces</artifactId> |
| <groupId>xerces</groupId> |
| </exclusion> |
| |
| <exclusion> |
| <artifactId>xml-apis</artifactId> |
| <groupId>xml-apis</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.hibernate</groupId> |
| <artifactId>hibernate-core</artifactId> |
| <version>${hibernate.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>${log4j.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jms</groupId> |
| <artifactId>jms</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.jdmk</groupId> |
| <artifactId>jmxtools</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.jmx</groupId> |
| <artifactId>jmxri</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>net.sf.saxon</groupId> |
| <artifactId>saxon</artifactId> |
| <version>${saxon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>net.sf.saxon</groupId> |
| <artifactId>saxon-dom</artifactId> |
| <version>${saxon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>net.sf.saxon</groupId> |
| <artifactId>saxon-xpath</artifactId> |
| <version>${saxon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>net.sf.saxon</groupId> |
| <artifactId>saxon-xqj</artifactId> |
| <version>${saxon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xercesImpl</artifactId> |
| <version>${xerces.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xmlParserAPIs</artifactId> |
| <version>${xml.parser.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xml-resolver</groupId> |
| <artifactId>xml-resolver</artifactId> |
| <version>${xmlresolver.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xmlbeans</groupId> |
| <artifactId>xmlbeans</artifactId> |
| <version>${xmlbeans.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.thoughtworks.xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>${xstream.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>jmock</groupId> |
| <artifactId>jmock</artifactId> |
| <version>${jmock.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>apache-activemq</artifactId> |
| <version>${activemq.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>${derby.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derbytools</artifactId> |
| <version>${derby.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>hsqldb</groupId> |
| <artifactId>hsqldb</artifactId> |
| <version>${hsqldb.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.h2database</groupId> |
| <artifactId>h2</artifactId> |
| <version>${h2.version}</version> |
| </dependency> |
| |
| <!-- AXIS2 dependencies --> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-adb</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-codegen</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-corba</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-fastinfoset</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-jaxbri</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-jaxws</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-kernel</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-metadata</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-mtompolicy</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-saaj</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-saaj-api</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-java2wsdl</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-xmlbeans</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-jibx</artifactId> |
| <version>${axis2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-transport-jms</artifactId> |
| <version>${axis2.transport.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>${slf4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| <version>${slf4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl104-over-slf4j</artifactId> |
| <version>${slf4j.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| <version>1.1</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <profiles> |
| <profile> |
| <id>CIBuild</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>build</name> |
| <value>CI</value> |
| </property> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>attach-sources</id> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <configuration> |
| <encoding>${project.build.sourceEncoding}</encoding> |
| </configuration> |
| <executions> |
| <execution> |
| <id>attach-javadocs</id> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>distro</id> |
| <modules> |
| <module>distro</module> |
| </modules> |
| </profile> |
| <profile> |
| <!-- To run this profile, you need to uncomment the apt plugin in jacob and bpel-runtime module first. |
| And then run this profile, those classes with @ChannelType will be regenerated. --> |
| <id>all</id> |
| <modules> |
| <module>agents</module> |
| <module>utils</module> |
| <module>jacob</module> |
| <module>bpel-schemas</module> |
| <module>bpel-scripts</module> |
| <module>bpel-api</module> |
| <module>bpel-api-jca</module> |
| <module>bpel-dao</module> |
| <module>bpel-obj</module> |
| <module>dao-jpa</module> |
| <module>jca-ra</module> |
| <module>jca-server</module> |
| <module>scheduler-simple</module> |
| <module>bpel-compiler</module> |
| <module>bpel-epr</module> |
| <module>bpel-ql</module> |
| <module>dao-hibernate</module> |
| <module>tools</module> |
| <module>bpel-store</module> |
| <module>dao-jpa-ojpa-derby</module> |
| <module>dao-hibernate-db</module> |
| <module>bpel-runtime</module> |
| <module>bpel-connector</module> |
| <module>bpel-test</module> |
| <module>axis2</module> |
| <module>jbi</module> |
| <module>jbi-bundle</module> |
| <module>jbi-karaf</module> |
| <module>distro/src/examples-jbi/maven2/ping-pong-osgi</module> |
| <module>axis2-war</module> |
| <module>bpel-itests</module> |
| <module>distro</module> |
| </modules> |
| </profile> |
| </profiles> |
| </project> |