Quick Search:

View

Revision:

Diff

Diff from 5 to:

Annotations

Annotate by Age | Author | Mixed | None
/fisheye/browse/HibernateSpatial/tags/1.0-M2/hibernate-spatial-oracle/pom.xml

Annotated File View

maesenka
5
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4         <parent>
5                 <groupId>com.cadrie.hibernate</groupId>
6                 <artifactId>spatial</artifactId>
7                 <version>0.9</version>
8                 <relativePath>../hibernate-spatial</relativePath>
9         </parent>
10   <artifactId>hibernate-spatial-oracle</artifactId>
11   <packaging>jar</packaging>
12   <name>Hibernate Spatial Extension for Oracle</name>
13   <dependencies>
14                 <dependency>
15                         <groupId>${project.groupId}</groupId>
16                         <artifactId>spatial</artifactId>
17                         <version>${project.version}</version>
18                 </dependency>           
19                 <dependency>
20                         <groupId>junit</groupId>
21                         <artifactId>junit</artifactId>
22                         <version>4.1</version>
23                 </dependency>
24                 <dependency>
25                         <groupId>com.oracle.jdbc</groupId>
26                         <artifactId>ojdbc14</artifactId>
27                         <version>10.2.0.1.0</version>
28                 </dependency>   
29                 <!-- 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 -->
30                 <dependency>
31                         <groupId>com.oracle.spatial</groupId>
32                         <artifactId>sdoapi</artifactId>
33                         <version>10.2.0.1.0</version>
34                 </dependency>
35   </dependencies>
36 </project>
FishEye: Open Source License registered to Hibernate Spatial.
Your maintenance has expired. You can renew your license at http://www.atlassian.com/fisheye/renew
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2010-09-08 06:43 +0200