| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| |
| Copyright 2004 The Apache Software Foundation |
| |
| Licensed 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> |
| <pomVersion>3</pomVersion> |
| <extend>../../etc/project.xml</extend> |
| |
| <!-- ===================== --> |
| <!-- Module Identification --> |
| <!-- ===================== --> |
| |
| <name>Geronimo :: Timer</name> |
| <id>geronimo-timer</id> |
| <shortDescription>Geronimo Timer</shortDescription> |
| <description>Geronimo Timer</description> |
| <url>http://incubator.apache.org/projects/geronimo/timer/</url> |
| <siteDirectory>/www/incubator.apache.org/projects/geronimo/timer</siteDirectory> |
| <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/timer</distributionDirectory> |
| |
| <package>org.apache.geronimo.timer</package> |
| |
| <!-- ============ --> |
| <!-- Dependencies --> |
| <!-- ============ --> |
| |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> |
| <version>${geronimo_spec_j2ee_management_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-management</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-system</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-core</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-j2ee</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-kernel</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-transaction</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.0.1B_spec</artifactId> |
| <version>${geronimo_spec_jta_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> |
| <version>${geronimo_spec_j2ee_connector_version}</version> |
| </dependency> |
| |
| |
| <!-- Thirdparty --> |
| <dependency> |
| <groupId>mx4j</groupId> |
| <artifactId>mx4j</artifactId> |
| <version>${mx4j_version}</version> |
| </dependency> |
| |
| <!-- jdbc timer WorkerPersistence --> |
| <dependency> |
| <groupId>xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>${xstream_version}</version> |
| </dependency> |
| |
| <dependency> |
| <!--License is at http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt --> |
| <!-- it is modified BSD --> |
| <groupId>xpp3</groupId> |
| <artifactId>xpp3</artifactId> |
| <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp</url> |
| <!-- can we get by with 1.1.3.3_min?--> |
| <version>${xpp3_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>${derby_version}</version> |
| </dependency> |
| |
| <!-- |
| <dependency> |
| <groupId>commons-primitives</groupId> |
| <artifactId>commons-primitives</artifactId> |
| <version>${commons_primitives_version}</version> |
| </dependency> |
| --> |
| |
| |
| <dependency> |
| <groupId>concurrent</groupId> |
| <artifactId>concurrent</artifactId> |
| <version>${concurrent_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons_logging_version}</version> |
| <url>http://jakarta.apache.org/commons/logging/</url> |
| </dependency> |
| |
| <!-- needed for axion tests--> |
| <!-- |
| <dependency> |
| <groupId>regexp</groupId> |
| <artifactId>regexp</artifactId> |
| <version>${regexp_version}</version> |
| <url>http://jakarta.apache.org/regexp</url> |
| </dependency> |
| --> |
| |
| <!-- duplicate dependency - commented out to avoid eclipse project errors |
| #<dependency> |
| # <groupId>mx4j</groupId> |
| # <artifactId>mx4j</artifactId> |
| # <version>${mx4j_version}</version> |
| #</dependency> |
| --> |
| |
| </dependencies> |
| </project> |