summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-03 11:01:39 -0700
committerPatrick Brady <pb071s@att.com>2018-05-03 11:01:43 -0700
commit3099e80738203974c7a967a99dc65a8a97711243 (patch)
treeb78746ad8f029aa39a8918b57bc874882bffe3de
parent70f978ae8a6030e45b657523e51174c619ad3e2f (diff)
Change mariadb version
Change-Id: Iaf7e0c5ca697eb197e483d3d7e43bea881c5c7c5 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-876
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7daf44e98..f43f24d92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@ limitations under the License.
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>1.2.3</version>
+ <version>2.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262