summaryrefslogtreecommitdiffstats
path: root/rulemgt
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-05 16:46:26 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-05 17:20:51 +0800
commit6481057c46c57f389e0fb17b7065941ed28299b8 (patch)
tree0ce960a5283f9da0df74edb971f6ce4ac371a633 /rulemgt
parent2def6b625452293a345ae73c4b91abaf9e728d72 (diff)
Change the DB from MySQL to PostgreSQL
Change-Id: If3e82cca0b27c5e486762b22305c1575d76789fe Issue-ID: HOLMES-49 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt')
-rw-r--r--rulemgt/pom.xml4
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>