[Schmitzm-commits] r2393 - in trunk: schmitzm-db schmitzm-gt

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 8 22:10:12 CEST 2013


Author: alfonx
Date: 2013-10-08 22:10:12 +0200 (Tue, 08 Oct 2013)
New Revision: 2393

Modified:
   trunk/schmitzm-db/pom.xml
   trunk/schmitzm-gt/pom.xml
Log:


Modified: trunk/schmitzm-db/pom.xml
===================================================================
--- trunk/schmitzm-db/pom.xml	2013-10-08 20:07:53 UTC (rev 2392)
+++ trunk/schmitzm-db/pom.xml	2013-10-08 20:10:12 UTC (rev 2393)
@@ -33,11 +33,11 @@
 		</dependency>
 
 		<dependency>
-			<groupId>postgresql</groupId>
+			<groupId>org.postgresql</groupId>
 			<artifactId>postgresql</artifactId>
 			<!-- <version>9.2-1002.jdbc4</version> -->
-			<version>9.1-903.jdbc4</version>
-<!-- 			<version>9.1-901.jdbc4</version> -->
+			<!-- <version>9.1-903.jdbc4</version>-->
+			<version>9.2-1003-jdbc4</version>
 		</dependency>
 	</dependencies>
 

Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml	2013-10-08 20:07:53 UTC (rev 2392)
+++ trunk/schmitzm-gt/pom.xml	2013-10-08 20:10:12 UTC (rev 2393)
@@ -167,9 +167,16 @@
 			<exclusions>
 				<exclusion>
 					<!-- Das kommt ueber schmitzm-db -->
+					<groupId>org.postgresql</groupId>
+					<artifactId>postgresql</artifactId>
+				</exclusion>
+				
+				<exclusion>
+					<!-- Das kommt ueber schmitzm-db -->
 					<groupId>postgresql</groupId>
 					<artifactId>postgresql</artifactId>
 				</exclusion>
+				
 			</exclusions>
 		</dependency>
 



More information about the Schmitzm-commits mailing list