Skip to content

Commit

Permalink
Update gradle.properties with mysql conn version
Browse files Browse the repository at this point in the history
When i tried using mysql custom database for pulsar manager i found a bug (unable to find jdbc driver). I fixed it in my local and tested so trying to add the same dependency to apache/pulsar-manager
  • Loading branch information
sannadi99 authored Sep 22, 2020
1 parent cab46ea commit d6a8560
Showing 1 changed file with 1 addition and 0 deletions.
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 d6a8560

Please sign in to comment.