Skip to content

Commit

Permalink
Merge pull request #165 from sannadi99/master
Browse files Browse the repository at this point in the history
Add Mysql support to pulsar manager
  • Loading branch information
tuteng authored Sep 24, 2020
2 parents c300c94 + d6a8560 commit c7d0fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ dependencies {
compile group: 'com.github.pagehelper', name: 'pagehelper', version: pagehelperVersion
compile group: 'org.springframework.boot', name: 'spring-boot-starter-thymeleaf', version: springBootVersion
compile group: 'org.postgresql', name: 'postgresql', version: postgresqlVersion
compile group: 'mysql', name: 'mysql-connector-java', version: mysqlVersion
compile (group: 'org.herddb', name: 'herddb-jdbc', version: herddbVersion) {
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ apiMockitoVersion=1.7.1
mockitoJunit4Version=1.7.1
gsonVersion=2.8.2
postgresqlVersion=42.2.5
mysqlVersion=5.1.44
herddbVersion=0.19.0
brokerVersion=2.4.1
commonsValidatorVersion=1.6
Expand Down

0 comments on commit c7d0fd9

Please sign in to comment.