You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/06/22 21:18:14 UTC

[nifi] branch main updated: NIFI-10156 Remove unnecessary commons-lang3 dependency from c2-protocol-api

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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 5980625014 NIFI-10156 Remove unnecessary commons-lang3 dependency from c2-protocol-api
5980625014 is described below

commit 59806250146fa49edf3baf5225b22addbb718f6e
Author: Csaba Bejan <be...@gmail.com>
AuthorDate: Wed Jun 22 21:29:37 2022 +0200

    NIFI-10156 Remove unnecessary commons-lang3 dependency from c2-protocol-api
    
    This closes #6148
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 c2/c2-protocol/c2-protocol-api/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/c2/c2-protocol/c2-protocol-api/pom.xml b/c2/c2-protocol/c2-protocol-api/pom.xml
index b48d5c93c8..5fb3fb7ccd 100644
--- a/c2/c2-protocol/c2-protocol-api/pom.xml
+++ b/c2/c2-protocol/c2-protocol-api/pom.xml
@@ -33,9 +33,5 @@ limitations under the License.
             <artifactId>c2-protocol-component-api</artifactId>
             <version>1.17.0-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-        </dependency>
     </dependencies>
 </project>