Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

70232: Upgrade PostgreSQL JDBC driver to 9.3-1101-jdbc41


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@70492 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-05-16 20:37:40 +00:00
parent 3eb7a434a3
commit 55fc0c4ae9
+1 -2
View File
@@ -198,9 +198,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.1-901.jdbc4</version>
<scope>test</scope>
</dependency>
<dependency>