Subversion Repositories hibernate-spatial

Rev

Rev 49 | Rev 201 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 57
Line 22... Line 22...
22
			<artifactId>hibernate-spatial</artifactId>
22
			<artifactId>hibernate-spatial</artifactId>
23
			<version>${project.version}</version>
23
			<version>${project.version}</version>
24
		</dependency>
24
		</dependency>
25
		<dependency>
25
		<dependency>
26
			<groupId>${project.groupId}</groupId>
26
			<groupId>${project.groupId}</groupId>
27
			<artifactId>hibernate-spatial-jtsm</artifactId>
27
			<artifactId>hibernate-spatial</artifactId>
28
			<version>${project.version}</version>
28
			<version>${project.version}</version>
-
 
29
			<classifier>tests</classifier>
-
 
30
			<scope>test</scope>
29
		</dependency>
31
		</dependency>
30
		<dependency>
32
		<dependency>
31
			<groupId>com.oracle.jdbc</groupId>
33
			<groupId>com.oracle.jdbc</groupId>
32
			<artifactId>ojdbc14</artifactId>
34
			<artifactId>ojdbc14</artifactId>
33
			<version>10.2.0.1.0</version>
35
			<version>10.2.0.1.0</version>
34
		</dependency>
36
		</dependency>
35
		<!-- Dependencies on Oracle Java Spatial Library. D
-
 
36
		Due to licensing restrictions, you will have to download this yourself.
-
 
37
		Use the one you can download from  -->
-
 
38
		<dependency>
-
 
39
			<groupId>com.oracle.spatial</groupId>
-
 
40
			<artifactId>sdoapi</artifactId>
-
 
41
			<version>10.2.0.1.0</version>
-
 
42
		</dependency>
-
 
43
	</dependencies>
37
	</dependencies>
44
</project>
38
</project>