Change the DB from MySQL to PostgreSQL
[holmes/rule-management.git] / rulemgt / pom.xml
index 9a9daf1..5aa0b72 100644 (file)
@@ -83,8 +83,8 @@
             <artifactId>lombok</artifactId>
         </dependency>
         <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
+            <groupId>org.postgresql</groupId>
+            <artifactId>postgresql</artifactId>
         </dependency>
         <dependency>
             <groupId>org.quartz-scheduler</groupId>