Subversion Repositories hibernate-spatial

Rev

Rev 24 | Rev 49 | 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>hibernate-spatial-maven</artifactId>
                <version>1.0-SNAPSHOT</version>
                <relativePath>../hibernate-spatial-maven</relativePath>
        </parent>
        <artifactId>hibernate-spatial-oracle</artifactId>
        <packaging>jar</packaging>
        <name>Oracle DialectProvider</name>
        <url>http://www.cadrie.com/projects/majas-hibernate/hibernate-spatial-oracle</url>
        <description>
                Oracle 10g dialact provider for Hibernate Spatial
        </description>
 
        <dependencies>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>hibernate-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>