From 4e27875d87bdfc3ff3b509bd4e6abb34e87e1bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Tue, 24 Jan 2012 14:51:51 +0100 Subject: [PATCH] Maven project & PostgreSQL fix * Made the PostgreSQL library a compile-time dependency (it used to be runtime only as it was used as the JDBC driver, however it is now used directly to access PostgreSQL-specific types; this does not matter, as the DB code is already 100% specific to PostgreSQL) --- legacyworlds-server-main/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/legacyworlds-server-main/pom.xml b/legacyworlds-server-main/pom.xml index e947132..30a4788 100644 --- a/legacyworlds-server-main/pom.xml +++ b/legacyworlds-server-main/pom.xml @@ -63,7 +63,6 @@ postgresql postgresql - runtime