blob: 43116e678f1e495e99d3f15c780f147bfec5891a [file] [log] [blame]
<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>
<parent>
<relativePath>..</relativePath>
<groupId>eclipselink.example.polyglot</groupId>
<artifactId>parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
</parent>
<artifactId>polyglot.relational</artifactId>
<name>Polyglot Example: Relational Persistence Unit</name>
<dependencies>
<dependency>
<groupId>${eclipselink.groupid}</groupId>
<artifactId>javax.persistence</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>${eclipselink.groupid}</groupId>
<artifactId>eclipselink</artifactId>
<version>${eclipselink.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.9.1.0</version>
</dependency>
</dependencies>
</project>