From 6e2dff030baeea03fd465bee53710dbad1f0e36e Mon Sep 17 00:00:00 2001 From: Randy Gelhausen Date: Mon, 19 Sep 2016 14:12:03 -0400 Subject: [PATCH] Update jdbc.md made dependency selection clearer --- docs/interpreter/jdbc.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md index ef7ddaa95e..722f3e9b73 100644 --- a/docs/interpreter/jdbc.md +++ b/docs/interpreter/jdbc.md @@ -275,7 +275,7 @@ To develop this functionality use this [method](http://docs.oracle.com/javase/7/ The thin client has fewer dependencies and connects through a [Phoenix Query Server](http://phoenix.apache.org/server.html) instance. - Use the appropriate phoenix.driver and phoenix.url for your connection type. Include only the dependency for your connection type. + Use the appropriate phoenix.driver and phoenix.url for your connection type. #### Properties: @@ -316,6 +316,9 @@ To develop this functionality use this [method](http://docs.oracle.com/javase/7/
#### Dependencies: + + Include the dependency for your connection type (it should be only *one* of the following). +
Artifact