[Schmitzm-commits] r1467 - trunk/schmitzm-gt

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jan 28 12:32:10 CET 2011


Author: alfonx
Date: 2011-01-28 12:32:10 +0100 (Fri, 28 Jan 2011)
New Revision: 1467

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


Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml	2011-01-27 23:58:55 UTC (rev 1466)
+++ trunk/schmitzm-gt/pom.xml	2011-01-28 11:32:10 UTC (rev 1467)
@@ -136,6 +136,14 @@
 			<version>${geotools.version}</version>
 			<type>jar</type>
 			<scope>compile</scope>
+
+			<exclusions>
+				<exclusion>
+				<!-- avoiding a version conflict...  -->
+					<groupId>commons-logging</groupId>
+					<artifactId>commons-logging</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 
 		<dependency>
@@ -155,9 +163,16 @@
 			<scope>compile</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>1.0.4</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
 	</dependencies>
-	
-	
+
+
 	<profiles>
 		<profile>
 			<id>resourceOperationRemove</id>
@@ -193,5 +208,5 @@
 			</build>
 		</profile>
 	</profiles>
-	
+
 </project>



More information about the Schmitzm-commits mailing list