| <?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. |
| --> |
| <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/xsd/maven-4.0.0.xsd"> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <groupId>org.apache.aries.jpa.itest</groupId> |
| <artifactId>org.apache.aries.jpa.itest.parent</artifactId> |
| <name>Apache Aries JPA itests parent</name> |
| <packaging>pom</packaging> |
| |
| <parent> |
| <groupId>org.apache.aries.jpa</groupId> |
| <artifactId>org.apache.aries.jpa.parent</artifactId> |
| <version>2.7.0-SNAPSHOT</version> |
| <relativePath>../jpa-parent</relativePath> |
| </parent> |
| |
| <properties> |
| <paxlogging.version>1.7.3</paxlogging.version> |
| <exam.version>4.10.0</exam.version> |
| <equinox.version>3.11.3</equinox.version> |
| <url.version>2.5.2</url.version> |
| <hibernate42.version>4.2.15.Final</hibernate42.version> |
| <ant.bundle.version>1.8.2_2</ant.bundle.version> |
| <antlr.bundle.version>2.7.7_5</antlr.bundle.version> |
| <dom4j.bundle.version>1.6.1_5</dom4j.bundle.version> |
| <serp.bundle.version>1.14.1_1</serp.bundle.version> |
| <eclipselink.version>2.6.0</eclipselink.version> |
| <openjpa.version>2.3.0</openjpa.version> |
| <paxjdbc.version>1.1.0</paxjdbc.version> |
| </properties> |
| |
| <modules> |
| <module>jpa-container-blueprint-testbundle</module> |
| <module>jpa-container-itest</module> |
| <module>jpa-container-itest-karaf</module> |
| <module>jpa-container-testbundle</module> |
| <module>jpa-container-testbundle-eclipselink</module> |
| </modules> |
| |
| |
| </project> |
| |