Opens and closes the JDBC connection for each command
[squelch.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bd89ae155326307bd98888036f6399b5582aa450..1db305055a853dae200a0f78e445a0a1fda46ae1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>net.jaekl.squelch</groupId>
   <artifactId>squelch</artifactId>
   <packaging>jar</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1a-SNAPSHOT</version>
   <name>squelch</name>
   <url>http://maven.apache.org</url>
   <build>
       <version>4.0</version>
       <scope>test</scope>
     </dependency>
+    <!-- http://mvnrepository.com/artifact/org.postgresql/postgresql -->
+    <dependency>
+      <groupId>org.postgresql</groupId>
+      <artifactId>postgresql</artifactId>
+      <version>9.4.1208.jre7</version>
+    </dependency>
   </dependencies>
 </project>