You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/01/30 11:50:15 UTC

[incubator-dolphinscheduler] branch dev updated: remove unused properties in pom (#1876)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a553661  remove unused properties in pom (#1876)
a553661 is described below

commit a5536617dded33542790d4f44aa8ef6fcd3c7774
Author: Tboy <gu...@immomo.com>
AuthorDate: Thu Jan 30 19:50:04 2020 +0800

    remove unused properties in pom (#1876)
    
    
    * #1875 remove unused properties in pom
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d55c1e..ebc7ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,8 +78,6 @@
 		<slf4j.api.version>1.7.5</slf4j.api.version>
 		<slf4j.log4j12.version>1.7.5</slf4j.log4j12.version>
 		<commons.collections.version>3.2.2</commons.collections.version>
-		<commons.lang.version>2.3</commons.lang.version>
-		<commons.lang3.version>3.5</commons.lang3.version>
 		<commons.httpclient>3.0.1</commons.httpclient>
 		<commons.beanutils.version>1.7.0</commons.beanutils.version>
 		<commons.configuration.version>1.10</commons.configuration.version>