[Schmitzm-commits] r1926 - in trunk: schmitzm-db schmitzm-gt
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 28 15:05:43 CEST 2012
Author: alfonx
Date: 2012-03-28 15:05:43 +0200 (Wed, 28 Mar 2012)
New Revision: 1926
Modified:
trunk/schmitzm-db/
trunk/schmitzm-db/pom.xml
trunk/schmitzm-gt/pom.xml
Log:
Dependency zu Postgresql Jdbc treiber verbessert => dependency und version steht nur noch in schmitzm-db (und wird nicht mehr vom geotools definiert)
Property changes on: trunk/schmitzm-db
___________________________________________________________________
Modified: svn:ignore
- .project
.settings
.classpath
target
META-INF
+ .project
.settings
.classpath
target
META-INF
bin
Modified: trunk/schmitzm-db/pom.xml
===================================================================
--- trunk/schmitzm-db/pom.xml 2012-03-28 12:57:49 UTC (rev 1925)
+++ trunk/schmitzm-db/pom.xml 2012-03-28 13:05:43 UTC (rev 1926)
@@ -37,7 +37,7 @@
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.0-801.jdbc4</version>
+ <version>9.1-901.jdbc4</version>
</dependency>
</dependencies>
Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml 2012-03-28 12:57:49 UTC (rev 1925)
+++ trunk/schmitzm-gt/pom.xml 2012-03-28 13:05:43 UTC (rev 1926)
@@ -19,13 +19,14 @@
<dependencies>
<dependency>
+ <!-- Hier kommt auch ein aktuellen postgresql jdbc jar -->
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-db</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
-
+
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
@@ -165,6 +166,13 @@
<version>${geotools.version}</version>
<type>jar</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <!-- Das kommt ueber schmitzm-db -->
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
@@ -251,7 +259,8 @@
<build>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
More information about the Schmitzm-commits
mailing list