From 363ab3b3ce530b94f993c7eed9e7c29215abde0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E7=BA=A2=E6=B6=9B?= Date: Wed, 14 Nov 2018 20:57:55 +0800 Subject: [PATCH] fix bug:package org.apache.commons.lang3 not exists --- atopcalcite/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 58e40ef82..77f1fed0a 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -48,6 +48,10 @@ avatica + org.apache.commons + commons-lang3 + + junit junit test -- 2.13.5 (Apple Git-94)