This is an automated email from the ASF dual-hosted git repository.
fgreg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningester.git
The following commit(s) were added to refs/heads/master by this push:
new 0ba132c SDAP-60 Added MySQL JDBC drivers to compile classpath.
0ba132c is described below
commit 0ba132cc60244da189b894beca0af8e8a02cf6dc
Author: fgreg <[email protected]>
AuthorDate: Tue Apr 17 10:48:34 2018 -0700
SDAP-60 Added MySQL JDBC drivers to compile classpath.
---
build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle b/build.gradle
index 76b4960..c995162 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,6 +60,7 @@ dependencies {
compile("org.springframework.data:spring-data-solr")
compile("com.h2database:h2")
+ compile("mysql:mysql-connector-java")
compile("org.apache.sdap:nexusproto:$nexusprotoVersion")
compile("com.google.protobuf:protobuf-java-util:$protobufUtilVersion")
--
To stop receiving notification emails like this one, please contact
[email protected].