Change the DB from MySQL to PostgreSQL
[holmes/engine-management.git] / engine-d / pom.xml
index 0a7c3eb..bc8cb20 100644 (file)
             <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>