diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml index 0269393803..b166de6531 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml @@ -49,6 +49,10 @@ commons-codec commons-codec + + commons-lang + commons-lang + org.slf4j slf4j-api @@ -272,6 +276,10 @@ jasper-compiler tomcat + + commons-lang + commons-lang + diff --git a/pom.xml b/pom.xml index 5c3cc6ef72..89fa0c0434 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,7 @@ 3.0.1 1.9.4 1.10 + 2.6 1.5 4.1.2 3.1.0 @@ -473,6 +474,12 @@ ${commons.configuration.version} + + commons-lang + commons-lang + ${commons.lang.version} + + ch.qos.logback logback-classic