diff options
Diffstat (limited to 'rulemgt')
-rw-r--r-- | rulemgt/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 9a9daf1..5aa0b72 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -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> |