| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| 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. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>org.apache.geronimo.genesis</groupId> |
| <artifactId>genesis-java5-flava</artifactId> |
| <version>2.0</version> |
| </parent> |
| |
| <groupId>org.apache.geronimo</groupId> |
| <artifactId>geronimo</artifactId> |
| <name>Geronimo</name> |
| <packaging>pom</packaging> |
| |
| <version>2.1.7</version> |
| |
| <description> |
| Apache Geronimo, the JavaEE server project of the Apache Software Foundation. |
| </description> |
| |
| <organization> |
| <name>The Apache Geronimo development community</name> |
| <url>http://geronimo.apache.org/</url> |
| </organization> |
| |
| <licenses> |
| <license> |
| <name>The Apache Software License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.7</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.7</developerConnection> |
| <url>http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.1.7</url> |
| </scm> |
| |
| <properties> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| |
| <!-- |
| 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. |
| --> |
| <version>${version}</version> |
| |
| <!-- This property is required by the car:package mojo --> |
| <geronimoVersion>${version}</geronimoVersion> |
| |
| <geronimoSchemaVersion>1.2</geronimoSchemaVersion> |
| |
| <!-- |
| Having a single well named version properties makes automatic updating for the weekly build much easier. |
| --> |
| <openejbVersion>3.0.3</openejbVersion> |
| <derbyVersion>10.5.3.0_1</derbyVersion> |
| <externalTomcatVersion>6.0.29.0</externalTomcatVersion> |
| <tomcatVersion>6.0.29</tomcatVersion> |
| <eclipseVersion>3.3.0-v_771</eclipseVersion> |
| <dojoVersion>1.0.2</dojoVersion> |
| <dojoLegacyVersion>0.4.3</dojoLegacyVersion> |
| <cxfVersion>2.0.13</cxfVersion> |
| <axis2Version>1.3</axis2Version> |
| <axiomVersion>1.2.5</axiomVersion> |
| <springVersion>2.5.6.SEC02</springVersion> |
| <plutoVersion>1.1.6-G643117</plutoVersion> |
| <openjpaVersion>1.2.2</openjpaVersion> |
| <xbeanVersion>3.6</xbeanVersion> |
| <wadiVersion>2.1.2</wadiVersion> |
| <txmanagerVersion>2.2.1</txmanagerVersion> |
| |
| <!-- Deployers --> |
| <gbeanDeployerBootstrap>org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${version}/car</gbeanDeployerBootstrap> |
| <gbeanDeployer>org.apache.geronimo.framework/geronimo-gbean-deployer/${version}/car</gbeanDeployer> |
| <j2eeDeployer>org.apache.geronimo.configs/j2ee-deployer/${version}/car</j2eeDeployer> |
| <clientDeployer>org.apache.geronimo.configs/client-deployer/${version}/car</clientDeployer> |
| <connectorDeployer>org.apache.geronimo.configs/connector-deployer/${version}/car</connectorDeployer> |
| <openejbDeployer>org.apache.geronimo.configs/openejb-deployer/${version}/car</openejbDeployer> |
| <openejbcorbaDeployer>org.apache.geronimo.configs/openejb-corba-deployer/${version}/car</openejbcorbaDeployer> |
| <axisDeployer>org.apache.geronimo.configs/axis-deployer/${version}/car</axisDeployer> |
| <cxfDeployer>org.apache.geronimo.configs/cxf-deployer/${version}/car</cxfDeployer> |
| <axis2Deployer>org.apache.geronimo.configs/axis2-deployer/${version}/car</axis2Deployer> |
| <tomcatDeployer>org.apache.geronimo.configs/tomcat6-deployer/${version}/car</tomcatDeployer> |
| <jetty6Deployer>org.apache.geronimo.configs/jetty6-deployer/${version}/car</jetty6Deployer> |
| <jasperDeployer>org.apache.geronimo.configs/jasper-deployer/${version}/car</jasperDeployer> |
| <jpaDeployer>org.apache.geronimo.configs/persistence-jpa10-deployer/${version}/car</jpaDeployer> |
| |
| <!-- Common plan properties --> |
| <PlanServerHostname>0.0.0.0</PlanServerHostname> |
| <PlanRemoteDeployHostname>127.0.0.1</PlanRemoteDeployHostname> |
| <PlanClientAddresses>127.0.0.1</PlanClientAddresses> |
| <PlanHTTPPort>8080</PlanHTTPPort> |
| <PlanHTTPSPort>8443</PlanHTTPSPort> |
| <PlanAJPPort>8019</PlanAJPPort> |
| <PlanOpenEJBPort>4201</PlanOpenEJBPort> |
| <PlanNamingPort>1099</PlanNamingPort> |
| <PlanActiveMQPort>61616</PlanActiveMQPort> |
| <PlanCOSNamingHost>localhost</PlanCOSNamingHost> |
| <PlanCOSNamingPort>1050</PlanCOSNamingPort> |
| <PlanCOSSunNamingPort>1050</PlanCOSSunNamingPort> |
| <PlanORBHost>localhost</PlanORBHost> |
| <PlanORBPort>6882</PlanORBPort> |
| <PlanORBSunPort>6882</PlanORBSunPort> |
| <PlanORBSSLHost>localhost</PlanORBSSLHost> |
| <PlanORBSSLPort>2001</PlanORBSSLPort> |
| <PlanORBSunSSLPort>2001</PlanORBSunSSLPort> |
| <PlanJMXPort>9999</PlanJMXPort> |
| <PlanJMXSecurePort>9998</PlanJMXSecurePort> |
| |
| <!-- Plugins source-repository list--> |
| <PluginSrcRepoLocal>~/.m2/repository/</PluginSrcRepoLocal> |
| <PluginSrcRepoCentral>http://repo1.maven.org/maven2/</PluginSrcRepoCentral> |
| <PluginSrcRepoApacheSnapshots>http://repository.apache.org/snapshots/</PluginSrcRepoApacheSnapshots> |
| <PluginSrcRepoApacheIncubating>http://people.apache.org/repo/m2-incubating-repository/</PluginSrcRepoApacheIncubating> |
| |
| <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo> |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-activation_1.1_spec</artifactId> |
| <version>1.0.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-ejb_3.0_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-interceptor_3.0_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> |
| <version>2.0.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jacc_1.1_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <!-- Use org.apache.geronimo.javamail/geronimo-javamail_1.4_mail |
| uber jar containing both the spec and the providers in order that |
| users can actually use mail without advanced degrees in geronimo |
| classloading. DO NOT add or replace this with |
| org.apache.geronimo.specs/geronimo-javamail_1.4_spec --> |
| <dependency> |
| <groupId>org.apache.geronimo.javamail</groupId> |
| <artifactId>geronimo-javamail_1.4_mail</artifactId> |
| <version>1.8.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jaxr_1.0_spec</artifactId> |
| <version>2.0.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jaxrpc_1.1_spec</artifactId> |
| <version>2.0.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jsp_2.1_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-el_1.0_spec</artifactId> |
| <version>1.0.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jms_1.1_spec</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-saaj_1.3_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| <version>1.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jpa_1.0_spec</artifactId> |
| <version>1.1.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-annotation_1.0_spec</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.1_spec</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> |
| <version>1.1.2</version> |
| </dependency> |
| |
| <!-- |
| NOTE: The full source for this artifact is private due to Sun licensing issues. |
| To view the generated XmlBeans source please see the -src artifact in the repository: |
| |
| http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/schema |
| |
| The full source is here with restricted access: |
| |
| https://svn.apache.org/repos/tck/geronimo-tck/schema/geronimo-schema-jee_5/trunk |
| --> |
| <dependency> |
| <groupId>org.apache.geronimo.schema</groupId> |
| <artifactId>geronimo-schema-jee_5</artifactId> |
| <version>1.1</version> |
| </dependency> |
| |
| <!-- |
| NOTE: The full source for this artifact is private due to Sun licensing issues. |
| To view the generated XmlBeans source please see the -src artifact in the repository: |
| |
| http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/schema |
| |
| The full source is here with restricted access: |
| |
| https://svn.apache.org/repos/tck/geronimo-tck/schema/geronimo-schema-j2ee_1.4/trunk |
| --> |
| <dependency> |
| <groupId>org.apache.geronimo.schema</groupId> |
| <artifactId>geronimo-schema-j2ee_1.4</artifactId> |
| <version>1.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.components</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| <version>${txmanagerVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.components</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| <version>${txmanagerVersion}</version> |
| <classifier>tests</classifier> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.components</groupId> |
| <artifactId>geronimo-transaction</artifactId> |
| <version>${txmanagerVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openjpa</groupId> |
| <artifactId>openjpa</artifactId> |
| <version>${openjpaVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.openjpa</groupId> |
| <artifactId>openjpa-persistence-jdbc</artifactId> |
| <version>${openjpaVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>net.sourceforge.serp</groupId> |
| <artifactId>serp</artifactId> |
| <version>1.11.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-finder</artifactId> |
| <version>${xbeanVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-naming</artifactId> |
| <version>${xbeanVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-reflect</artifactId> |
| <version>${xbeanVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>axis</groupId> |
| <artifactId>axis</artifactId> |
| <version>1.4</version> |
| <exclusions> |
| <exclusion> |
| <groupId>axis</groupId> |
| <artifactId>axis-saaj</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>asm</groupId> |
| <artifactId>asm</artifactId> |
| <version>3.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>asm</groupId> |
| <artifactId>asm-commons</artifactId> |
| <version>3.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>asm</groupId> |
| <artifactId>asm-tree</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>aspectj</groupId> |
| <artifactId>aspectjrt</artifactId> |
| <version>1.5.3</version> |
| </dependency> |
| |
| <!-- |
| NOTE: This is included for AMQ 4.1 support only. Need to use 2.2 to |
| be compatible with AMQ 4.1, latest 3.0 causes CCE problems. |
| --> |
| <dependency> |
| <groupId>backport-util-concurrent</groupId> |
| <artifactId>backport-util-concurrent</artifactId> |
| <version>2.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.agical.rmock</groupId> |
| <artifactId>rmock</artifactId> |
| <version>2.0.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.swizzle</groupId> |
| <artifactId>swizzle-stream</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.castor</groupId> |
| <artifactId>castor</artifactId> |
| <version>1.0.5</version> |
| <exclusions> |
| <exclusion> |
| <groupId>adaptx</groupId> |
| <artifactId>adaptx</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.transaction</groupId> |
| <artifactId>jta</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jakarta-regexp</groupId> |
| <artifactId>jakarta-regexp</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>servlet-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.cenqua.clover</groupId> |
| <artifactId>clover</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>ant</groupId> |
| <artifactId>ant</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>ldapsdk</groupId> |
| <artifactId>ldapsdk</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xerces</groupId> |
| <artifactId>xerces</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>cglib</groupId> |
| <artifactId>cglib-full</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>cglib</groupId> |
| <artifactId>cglib-nodep</artifactId> |
| <version>2.1_3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-codec</groupId> |
| <artifactId>commons-codec</artifactId> |
| <version>1.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>1.0.4</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging-api</artifactId> |
| <version>1.0.4</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-beansutils</groupId> |
| <artifactId>commons-beansutils</artifactId> |
| <version>1.7.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.objectweb.howl</groupId> |
| <artifactId>howl</artifactId> |
| <version>1.0.1-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>hsqldb</groupId> |
| <artifactId>hsqldb</artifactId> |
| <version>1.7.2.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>1.2.14</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>1.4.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-jcl</artifactId> |
| <version>1.4.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-simple</artifactId> |
| <version>1.4.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| <version>1.4.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl104-over-slf4j</artifactId> |
| <version>1.4.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>mockobjects</groupId> |
| <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId> |
| <version>0.09</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>mockobjects</groupId> |
| <artifactId>mockobjects-core</artifactId> |
| <version>0.09</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.bcel</groupId> |
| <artifactId>bcel</artifactId> |
| <version>5.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>${derbyVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derbynet</artifactId> |
| <version>${derbyVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derbyclient</artifactId> |
| <version>${derbyVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derbytools</artifactId> |
| <version>${derbyVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>regexp</groupId> |
| <artifactId>regexp</artifactId> |
| <version>1.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws.scout</groupId> |
| <artifactId>scout</artifactId> |
| <version>1.0rc1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>axis</groupId> |
| <artifactId>axis-saaj</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xbean</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.ws.scout</groupId> |
| <artifactId>jaxr-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>1.6.2</version> |
| </dependency> |
| |
| <!-- org.apache.xml.serialize.XMLSerializer is used by castor, hence this is still needed --> |
| <dependency> |
| <groupId>xalan</groupId> |
| <artifactId>xalan</artifactId> |
| <version>2.7.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xercesImpl</artifactId> |
| <version>2.8.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.xmlbeans</groupId> |
| <artifactId>xmlbeans</artifactId> |
| <version>2.3.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xml-resolver</groupId> |
| <artifactId>xml-resolver</artifactId> |
| <version>1.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xpp3</groupId> |
| <artifactId>xpp3</artifactId> |
| <version>1.1.3.4.O</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.thoughtworks.xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>1.2.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.yoko</groupId> |
| <artifactId>yoko-core</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.yoko</groupId> |
| <artifactId>yoko-spec-corba</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.yoko</groupId> |
| <artifactId>yoko-rmi-spec</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.yoko</groupId> |
| <artifactId>yoko-rmi-impl</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activemq-core</artifactId> |
| <version>4.1.2-G20100308</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activemq-ra</artifactId> |
| <version>4.1.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activeio-core</artifactId> |
| <version>3.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>antlr</groupId> |
| <artifactId>antlr</artifactId> |
| <version>2.7.5</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>1.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-discovery</groupId> |
| <artifactId>commons-discovery</artifactId> |
| <version>0.4</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-collections</groupId> |
| <artifactId>commons-collections</artifactId> |
| <version>3.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-primitives</groupId> |
| <artifactId>commons-primitives</artifactId> |
| <version>20041207.202534</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>2.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-el</groupId> |
| <artifactId>commons-el</artifactId> |
| <version>1.0</version> |
| <exclusions> |
| <!-- Exclude commons-logging (uses 1.3) --> |
| <!-- |
| HACK: For some crazy reason, if we exclude this here, then |
| modules/jetty will fail to compile and there is no |
| way to convince m2 to put the jar back on the classpath |
| so, until that is resolved we have to disable this |
| exclusion |
| |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| --></exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-digester</groupId> |
| <artifactId>commons-digester</artifactId> |
| <version>1.8</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-modeler</groupId> |
| <artifactId>commons-modeler</artifactId> |
| <version>2.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| <version>1.7.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-el</groupId> |
| <artifactId>commons-el</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-cli</groupId> |
| <artifactId>commons-cli</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-fileupload</groupId> |
| <artifactId>commons-fileupload</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-jexl</groupId> |
| <artifactId>commons-jexl</artifactId> |
| <version>1.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>ognl</groupId> |
| <artifactId>ognl</artifactId> |
| <version>2.6.9</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| <version>3.0.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-codec</groupId> |
| <artifactId>commons-codec</artifactId> |
| <version>1.3</version> |
| <exclusions> |
| <exclusion> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>portlet-api</groupId> |
| <artifactId>portlet-api</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.portlet</groupId> |
| <artifactId>portlet-api</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <!-- Need a non-Sun RI version for Apache Harmony and IBM SDK --> |
| <dependency> |
| <groupId>jstl</groupId> |
| <artifactId>jstl</artifactId> |
| <version>1.2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.directwebremoting</groupId> |
| <artifactId>dwr</artifactId> |
| <version>2.0.5</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-core</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-client</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-ejbd</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-axis</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-server</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-loader</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-jee</artifactId> |
| <version>${openejbVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>openejb-javaagent</artifactId> |
| <version>${openejbVersion}</version> |
| </dependency> |
| |
| <!-- tranql ra--> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-ra</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql derby --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-embed-xa</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-embed-local</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-client-local</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-client-xa</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-derby-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql db2 --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-db2-xa</artifactId> |
| <version>1.6</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-db2-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql informix --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-informix-xa</artifactId> |
| <version>1.4</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-informix-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql mysql --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-mysql-local</artifactId> |
| <version>1.5</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-mysql-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-mysql-xa</artifactId> |
| <version>1.5</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-mysql-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql oracle --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-oracle-local</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-oracle-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-oracle-xa</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-oracle-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-oracle-rac-local</artifactId> |
| <version>1.7</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-oracle-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql postgresql --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-postgresql-local</artifactId> |
| <version>1.4</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-postgresql-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-postgresql-xa</artifactId> |
| <version>1.4</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-postgresql-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql sqlserver2000 --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-sqlserver2000-xa</artifactId> |
| <version>1.3</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-sqlserver2000-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql sqlserver2005 --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-sqlserver2005-xa</artifactId> |
| <version>1.3</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-sqlserver2005-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- tranql db2ISeries --> |
| <dependency> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-db2ISeries-xa</artifactId> |
| <version>1.0</version> |
| <type>rar</type> |
| <exclusions> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector-db2ISeries-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>juddi</groupId> |
| <artifactId>juddi</artifactId> |
| <version>0.9rc4</version> |
| </dependency> |
| |
| <!-- Tomcat web container --> |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>jasper</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>jasper-el</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.jdt</groupId> |
| <artifactId>core</artifactId> |
| <version>${eclipseVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tomcat.extras</groupId> |
| <artifactId>juli-adapters</artifactId> |
| <version>${tomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>catalina</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>util</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>shared</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>catalina-ha</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>tribes</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tomcat.extras</groupId> |
| <artifactId>juli</artifactId> |
| <version>${tomcatVersion}</version> |
| </dependency> |
| |
| <!-- WADI support --> |
| <dependency> |
| <groupId>org.codehaus.wadi</groupId> |
| <artifactId>wadi-aop</artifactId> |
| <version>${wadiVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.wadi</groupId> |
| <artifactId>wadi-core</artifactId> |
| <version>${wadiVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.wadi</groupId> |
| <artifactId>wadi-group</artifactId> |
| <version>${wadiVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.wadi</groupId> |
| <artifactId>wadi-tribes</artifactId> |
| <version>${wadiVersion}</version> |
| </dependency> |
| |
| <!-- Jetty web container --> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty</artifactId> |
| <version>6.1.7</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-ajp</artifactId> |
| <version>6.1.7</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-sslengine</artifactId> |
| <version>6.1.7</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-util</artifactId> |
| <version>6.1.7</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-stax-api_1.0_spec</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>woodstox</groupId> |
| <artifactId>wstx-asl</artifactId> |
| <version>3.2.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws.commons.schema</groupId> |
| <artifactId>XmlSchema</artifactId> |
| <version>1.3.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.sun.xml.messaging.saaj</groupId> |
| <artifactId>saaj-impl</artifactId> |
| <version>1.3.2</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jaxb-api</artifactId> |
| <!--version>2.1</version--> |
| <version>2.0</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jsr173_api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| <version>2.0.5</version> |
| <!--version>2.1.12</version--> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jsr173_api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>activation</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-xjc</artifactId> |
| <version>2.0.5</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.sun.xml.ws</groupId> |
| <artifactId>jaxws-tools</artifactId> |
| <version>2.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.sun.xml.ws</groupId> |
| <artifactId>jaxws-rt</artifactId> |
| <version>2.0</version> |
| </dependency> |
| |
| <!--JSF 1.2 JARs from Apache MyFaces --> |
| <dependency> |
| <groupId>org.apache.myfaces.core</groupId> |
| <artifactId>myfaces-api</artifactId> |
| <version>1.2.8</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.myfaces.core</groupId> |
| <artifactId>myfaces-impl</artifactId> |
| <version>1.2.8</version> |
| </dependency> |
| |
| <!--Axis2 modules dependencies--> |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-java2wsdl</artifactId> |
| <version>${axis2Version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-kernel</artifactId> |
| <version>1.3-G20100610</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.woden</groupId> |
| <artifactId>woden</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-adb</artifactId> |
| <version>${axis2Version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-jaxws-api</artifactId> |
| <version>${axis2Version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-jaxws</artifactId> |
| <version>1.3-G20090406</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-metadata</artifactId> |
| <version>1.3-G20090406</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.axis2</groupId> |
| <artifactId>axis2-saaj</artifactId> |
| <version>1.3-G20090406</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpcore</artifactId> |
| <version>4.0.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-api</artifactId> |
| <version>1.2.5-20100610</version> |
| <exclusions> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-impl</artifactId> |
| <version>${axiomVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-dom</artifactId> |
| <version>${axiomVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.neethi</groupId> |
| <artifactId>neethi</artifactId> |
| <version>2.0</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-impl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>annogen</groupId> |
| <artifactId>annogen</artifactId> |
| <version>0.1.0</version> |
| </dependency> |
| |
| <!-- GShell Framework Support --> |
| <dependency> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-bootstrap</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-cli</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-command-api</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-core</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-parser</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.commands</groupId> |
| <artifactId>gshell-builtins</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.support</groupId> |
| <artifactId>gshell-ansi</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.support</groupId> |
| <artifactId>gshell-clp</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.support</groupId> |
| <artifactId>gshell-common</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.support</groupId> |
| <artifactId>gshell-i18n</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.support</groupId> |
| <artifactId>gshell-prefs</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>jline</groupId> |
| <artifactId>jline</artifactId> |
| <version>0.9.94</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.groovy.maven</groupId> |
| <artifactId>gmaven-mojo</artifactId> |
| <version>1.0-rc-2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.groovy.maven.runtime</groupId> |
| <artifactId>gmaven-runtime-default</artifactId> |
| <version>1.0-rc-2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.groovy.maven.support</groupId> |
| <artifactId>slf4j-gossip</artifactId> |
| <version>1.0-rc-2</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.groovy</groupId> |
| <artifactId>groovy-all-minimal</artifactId> |
| <version>1.5.6</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ant</groupId> |
| <artifactId>ant</artifactId> |
| <version>1.7.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ant</groupId> |
| <artifactId>ant-launcher</artifactId> |
| <version>1.7.1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-classworlds</artifactId> |
| <version>1.2-alpha-10</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-component-annotations</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-component-api</artifactId> |
| <version>1.0-alpha-32</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| <version>1.0-alpha-32</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-utils</artifactId> |
| <version>1.4.5</version> |
| </dependency> |
| |
| <!-- GShell Remote Support --> |
| <dependency> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-whisper</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.remote</groupId> |
| <artifactId>gshell-remote-client</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.remote</groupId> |
| <artifactId>gshell-remote-common</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.gshell.remote</groupId> |
| <artifactId>gshell-remote-server</artifactId> |
| <version>1.0-alpha-1</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.mina</groupId> |
| <artifactId>mina-core</artifactId> |
| <version>1.1.5</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.mina</groupId> |
| <artifactId>mina-filter-ssl</artifactId> |
| <version>1.1.5</version> |
| </dependency> |
| |
| <!-- Admin Console support --> |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-portal-driver</artifactId> |
| <version>${plutoVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>jstl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>taglibs</groupId> |
| <artifactId>standard</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>jsp-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>servlet-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-beans</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-context</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-core</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-web</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-portal-driver-impl</artifactId> |
| <version>${plutoVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>jstl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>taglibs</groupId> |
| <artifactId>standard</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>jsp-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>servlet-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-beans</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-context</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-core</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-web</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-container</artifactId> |
| <version>${plutoVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-taglib</artifactId> |
| <version>${plutoVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-descriptor-impl</artifactId> |
| <version>${plutoVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-descriptor-api</artifactId> |
| <version>${plutoVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.dojotoolkit</groupId> |
| <artifactId>dojo</artifactId> |
| <version>${dojoVersion}</version> |
| <type>tgz</type> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.dojotoolkit</groupId> |
| <artifactId>dojolegacy</artifactId> |
| <version>${dojoLegacyVersion}</version> |
| <type>tgz</type> |
| </dependency> |
| |
| <!-- archive support --> |
| <!-- archiver version matches maven 2.0.7. Upgrading maven may require upgrading this version --> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-archiver</artifactId> |
| <version>1.0-alpha-7</version> |
| </dependency> |
| |
| <!-- Spring Plugin --> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring</artifactId> |
| <version>${springVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-core</artifactId> |
| <version>${springVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-beans</artifactId> |
| <version>${springVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-context</artifactId> |
| <version>${springVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>aopalliance</groupId> |
| <artifactId>aopalliance</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-web</artifactId> |
| <version>${springVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.servlet</groupId> |
| <artifactId>servlet-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <!-- CXF Plugin --> |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-api</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-metacode</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-common-utilities</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-core</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-bindings-xml</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-bindings-soap</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-databinding-jaxb</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-frontend-jaxws</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-frontend-simple</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-rt-transports-http</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.cxf</groupId> |
| <artifactId>cxf-tools-common</artifactId> |
| <version>${cxfVersion}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <build> |
| <defaultGoal>install</defaultGoal> |
| |
| <pluginManagement> |
| <plugins> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| <!-- The 2.0/2.1 doesn't handle the dojo tgz correctly --> |
| <version>2.0-alpha-4</version> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>selenium-maven-plugin</artifactId> |
| <version>1.0.1</version> |
| <dependencies> |
| <dependency> |
| <groupId>org.seleniumhq.selenium.server</groupId> |
| <artifactId>selenium-server</artifactId> |
| <classifier>standalone</classifier> |
| <version>1.0.3</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.seleniumhq.selenium.server</groupId> |
| <artifactId>selenium-server-coreless</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.seleniumhq.selenium.core</groupId> |
| <artifactId>selenium-core</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>xmlbeans-maven-plugin</artifactId> |
| <!-- genesis 2.0 used 2.3.1 has a problem when copy XmlBeans generated schemas --> |
| <version>2.3.3</version> |
| <executions> |
| <execution> |
| <goals> |
| <goal>xmlbeans</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <download>true</download> |
| <quiet>false</quiet> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.codehaus.mojo.jspc</groupId> |
| <artifactId>jspc-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>compile</goal> |
| </goals> |
| <configuration> |
| <warSourceDirectory>${pom.basedir}/src/main/webapp</warSourceDirectory> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </execution> |
| </executions> |
| |
| <!-- Use the Tomcat 6 JSP compiler, but with our custom Jasper version --> |
| <dependencies> |
| <dependency> |
| <groupId>org.codehaus.mojo.jspc</groupId> |
| <artifactId>jspc-compiler-tomcat6</artifactId> |
| <version>2.0-alpha-2</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.tomcat</groupId> |
| <artifactId>jasper</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.ext.tomcat</groupId> |
| <artifactId>jasper</artifactId> |
| <version>${externalTomcatVersion}</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| |
| <!-- |
| FIXME: Should not configure war to assume jsp by default |
| --> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-war-plugin</artifactId> |
| <version>2.0.2</version> |
| <configuration> |
| <warSourceDirectory>${pom.basedir}/src/main/webapp</warSourceDirectory> |
| <webXml>${project.build.directory}/jspweb.xml</webXml> |
| <archiveClasses>true</archiveClasses> |
| <archive> |
| <!-- Do not include META-INF/maven to avoid long file problems on windows --> |
| <addMavenDescriptor>false</addMavenDescriptor> |
| </archive> |
| |
| <!-- |
| HACK: Include legal files explicity, otherwise they will end up in the wrong path |
| or in another jar file in the war. |
| |
| NOTE: targetPath is broken for webResources (as documented) |
| --> |
| <webResources> |
| <resource> |
| <directory>${project.build.outputDirectory}</directory> |
| <includes> |
| <include>META-INF/LICENSE*</include> |
| <include>META-INF/NOTICE*</include> |
| <include>META-INF/DISCLAIMER*</include> |
| </includes> |
| </resource> |
| </webResources> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-ear-plugin</artifactId> |
| <configuration> |
| <archive> |
| <!-- Do not include META-INF/maven to avoid long file problems on windows --> |
| <addMavenDescriptor>false</addMavenDescriptor> |
| </archive> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-rar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <!-- Do not include META-INF/maven to avoid long file problems on windows --> |
| <addMavenDescriptor>false</addMavenDescriptor> |
| </archive> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <!-- Do not include META-INF/maven to avoid long file problems on windows --> |
| <addMavenDescriptor>false</addMavenDescriptor> |
| </archive> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-ejb-plugin</artifactId> |
| <configuration> |
| <ejbVersion>3.0</ejbVersion> |
| <archive> |
| <!-- Do not include META-INF/maven to avoid long file problems on windows --> |
| <addMavenDescriptor>false</addMavenDescriptor> |
| </archive> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <redirectTestOutputToFile>true</redirectTestOutputToFile> |
| <failIfNoTests>false</failIfNoTests> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-deploy-plugin</artifactId> |
| <inherited>true</inherited> |
| <configuration> |
| <updateReleaseInfo>true</updateReleaseInfo> |
| <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-gpg-plugin</artifactId> |
| <configuration> |
| <passphrase>${gpg.passphrase}</passphrase> |
| </configuration> |
| <executions> |
| <execution> |
| <goals> |
| <goal>sign</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.buildsupport</groupId> |
| <artifactId>buildsupport-maven-plugin</artifactId> |
| <version>${version}</version> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.buildsupport</groupId> |
| <artifactId>car-maven-plugin</artifactId> |
| <version>${version}</version> |
| <extensions>true</extensions> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.buildsupport</groupId> |
| <artifactId>geronimo-maven-plugin</artifactId> |
| <version>${version}</version> |
| |
| <configuration> |
| <assemblies> |
| <assembly> |
| <id>jetty</id> |
| <groupId>org.apache.geronimo.assemblies</groupId> |
| <artifactId>geronimo-jetty6-javaee5</artifactId> |
| <version>${version}</version> |
| <classifier>bin</classifier> |
| <type>zip</type> |
| </assembly> |
| |
| <assembly> |
| <id>jetty-minimal</id> |
| <groupId>org.apache.geronimo.assemblies</groupId> |
| <artifactId>geronimo-jetty6-minimal</artifactId> |
| <version>${version}</version> |
| <classifier>bin</classifier> |
| <type>zip</type> |
| </assembly> |
| |
| <assembly> |
| <id>tomcat</id> |
| <groupId>org.apache.geronimo.assemblies</groupId> |
| <artifactId>geronimo-tomcat6-javaee5</artifactId> |
| <version>${version}</version> |
| <classifier>bin</classifier> |
| <type>zip</type> |
| </assembly> |
| |
| <assembly> |
| <id>tomcat-minimal</id> |
| <groupId>org.apache.geronimo.assemblies</groupId> |
| <artifactId>geronimo-tomcat6-minimal</artifactId> |
| <version>${version}</version> |
| <classifier>bin</classifier> |
| <type>zip</type> |
| </assembly> |
| |
| <assembly> |
| <id>framework</id> |
| <groupId>org.apache.geronimo.assemblies</groupId> |
| <artifactId>geronimo-framework</artifactId> |
| <version>${version}</version> |
| <classifier>bin</classifier> |
| <type>zip</type> |
| </assembly> |
| </assemblies> |
| |
| <defaultAssemblyId>jetty</defaultAssemblyId> |
| |
| <optionSets> |
| <optionSet> |
| <id>morememory</id> |
| <options> |
| <option>-Xmx512m</option> |
| <option>-XX:MaxPermSize=128m</option> |
| </options> |
| </optionSet> |
| |
| <optionSet> |
| <id>debug</id> |
| <options> |
| <option>-Xdebug</option> |
| <option>-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</option> |
| </options> |
| </optionSet> |
| </optionSets> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.gshell</groupId> |
| <artifactId>gshell-maven-plugin</artifactId> |
| <version>1.0-alpha-1</version> |
| </plugin> |
| |
| </plugins> |
| </pluginManagement> |
| |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-enforcer-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>validate</phase> |
| <goals> |
| <goal>enforce</goal> |
| </goals> |
| <configuration> |
| <rules> |
| <!-- Allow any Java >= 1.5, but not 1.6 or above --> |
| <requireJavaVersion> |
| <version>[1.5,1.6)</version> |
| </requireJavaVersion> |
| |
| <!-- Require Maven 2.2.1+ --> |
| <requireMavenVersion> |
| <version>[2.2.1,)</version> |
| </requireMavenVersion> |
| </rules> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-idea-plugin</artifactId> |
| <configuration> |
| <jdkName>1.5</jdkName> |
| <jdkLevel>1.5</jdkLevel> |
| <linkModules>true</linkModules> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <configuration> |
| <tagBase>https://svn.apache.org/repos/asf/geronimo/server/tags</tagBase> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <configuration> |
| <breakiterator>true</breakiterator> |
| <quiet>true</quiet> |
| <verbose>false</verbose> |
| <source>1.5</source> |
| <linksource>true</linksource> |
| <links> |
| <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> |
| <link>http://java.sun.com/javaee/5/docs/api/</link> |
| </links> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-pmd-plugin</artifactId> |
| <configuration> |
| <targetJdk>1.5</targetJdk> |
| </configuration> |
| </plugin> |
| </plugins> |
| </reporting> |
| |
| <pluginRepositories> |
| <!-- required for clean build unless you want to bootstrap the car-maven-plugin --> |
| <pluginRepository> |
| <id>apache.snapshots</id> |
| <name>Apache Snapshots Repository</name> |
| <url>http://repository.apache.org/snapshots</url> |
| <layout>default</layout> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| <snapshots> |
| <enabled>true</enabled> |
| <checksumPolicy>warn</checksumPolicy> |
| <updatePolicy>daily</updatePolicy> |
| </snapshots> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| <distributionManagement> |
| <site> |
| <id>geronimo-website</id> |
| <url>scp://people.apache.org/www/geronimo.apache.org/maven/server</url> |
| </site> |
| </distributionManagement> |
| |
| <profiles> |
| <profile> |
| <id>default</id> |
| |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| |
| <modules> |
| <module>repository</module> |
| <module>buildsupport</module> |
| <module>testsupport</module> |
| <module>framework</module> |
| <module>plugins</module> |
| <module>assemblies</module> |
| <module>testsuite</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>no-it</id> |
| |
| <modules> |
| <module>repository</module> |
| <module>buildsupport</module> |
| <module>testsupport</module> |
| <module>framework</module> |
| <module>plugins</module> |
| <module>assemblies</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>all-subprojects</id> |
| <properties> |
| <maven.test.skip>true</maven.test.skip> |
| </properties> |
| <!-- mvn release:prepare -DdryRun=true -Pall-subprojects -Papache-release -Dtest=false --> |
| <modules> |
| <module>repository</module> |
| <module>buildsupport</module> |
| <module>testsupport</module> |
| <module>framework</module> |
| <module>plugins</module> |
| <module>assemblies</module> |
| <module>testsuite</module> |
| </modules> |
| </profile> |
| |
| <!-- |
| NOTE: This profile is used to enable plugin prefixes for easy command-line usage, as in: |
| |
| mvn -Ptools geronimo:start |
| --> |
| <profile> |
| <id>tools</id> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.geronimo.buildsupport</groupId> |
| <artifactId>geronimo-maven-plugin</artifactId> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.genesis.plugins</groupId> |
| <artifactId>maven-maven-plugin</artifactId> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>selenium-maven-plugin</artifactId> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <!-- |
| NOTE: The staged build is used to get around a problem with Maven |
| and extension plugins. |
| |
| See http://issues.apache.org/jira/browse/GERONIMO-2172 for more details. |
| --> |
| <profile> |
| <id>stage-bootstrap</id> |
| |
| <activation> |
| <property> |
| <name>stage</name> |
| <value>bootstrap</value> |
| </property> |
| </activation> |
| |
| <modules> |
| <module>repository</module> |
| <module>buildsupport</module> |
| <module>testsupport</module> |
| <module>framework/modules</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>stage-assemble</id> |
| |
| <activation> |
| <property> |
| <name>stage</name> |
| <value>assemble</value> |
| </property> |
| </activation> |
| |
| <modules> |
| <module>framework/configs</module> |
| <module>plugins</module> |
| <module>assemblies</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>release-environment</id> |
| |
| <activation> |
| <property> |
| <name>env</name> |
| <value>release</value> |
| </property> |
| </activation> |
| |
| <modules> |
| <module>repository</module> |
| <module>buildsupport</module> |
| <module>testsupport</module> |
| <module>framework</module> |
| <module>plugins</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>site-environment</id> |
| |
| <activation> |
| <property> |
| <name>env</name> |
| <value>site</value> |
| </property> |
| </activation> |
| |
| <modules> |
| <module>buildsupport</module> |
| <module>testsupport</module> |
| <module>framework/modules</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>idea</id> |
| |
| <build> |
| <defaultGoal>validate</defaultGoal> |
| |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-idea-plugin</artifactId> |
| <configuration> |
| <overwrite>true</overwrite> |
| <downloadSources>true</downloadSources> |
| <downloadJavadocs>true</downloadJavadocs> |
| </configuration> |
| <executions> |
| <execution> |
| <phase>validate</phase> |
| <goals> |
| <goal>clean</goal> |
| <goal>idea</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>makeeclipse</id> |
| |
| <build> |
| <defaultGoal>validate</defaultGoal> |
| |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-eclipse-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>validate</phase> |
| <goals> |
| <goal>eclipse</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.geronimo.buildsupport</groupId> |
| <artifactId>buildsupport-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>fix-eclipse-projects</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| |
| </profiles> |
| |
| </project> |
| |