Subversion Repositories hibernate-spatial

Rev

Rev 15 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<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>com.cadrie.hibernate</groupId>
                <artifactId>spatial</artifactId>
                <version>0.9</version>
                <relativePath>../hibernate-spatial</relativePath>
        </parent>
  <artifactId>hibernate-spatial-oracle</artifactId>
  <packaging>jar</packaging>
  <name>Hibernate Spatial Extension for Oracle</name>
  <dependencies>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>spatial</artifactId>
                        <version>${project.version}</version>
                </dependency>           
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>4.1</version>
                </dependency>
                <dependency>
                        <groupId>com.oracle.jdbc</groupId>
                        <artifactId>ojdbc14</artifactId>
                        <version>10.2.0.1.0</version>
                </dependency>   
                <!-- Dependencies on Oracle Java Spatial Library. Due to licensing restrictions, you will have to download this yourself. Check http://www.oracle.com/technology/software/products/spatial/index.html -->
                <dependency>
                        <groupId>com.oracle.spatial</groupId>
                        <artifactId>sdoapi</artifactId>
                        <version>10.2.0.1.0</version>
                </dependency>
  </dependencies>
</project>