Project

General

Profile

« Previous | Next » 

Revision 50509

upgraded version of jdbc driver for postgres, this includes a lot of changes, Because we have to add @transactional
annotation in some properties to avoid connection closed exception

View differences:

pom.xml
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0</version>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
......
36 36
		</dependency>
37 37
		<dependency>
38 38
			<groupId>org.postgresql</groupId>
39
			<artifactId>jdbc4driver</artifactId>
40
			<version>8.3</version>
39
			<artifactId>postgresql</artifactId>
40
			<version>${postgres.jdbc.version}</version>
41 41
		</dependency>
42 42
		<dependency>
43 43
			<groupId>org.apache.commons</groupId>

Also available in: Unified diff