You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/01 19:15:39 UTC

[sling-org-apache-sling-models-jacksonexporter] 01/02: cosmetic: remove unused (and outdated) dependency

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git

commit f986549e1fe0ac4854893040f61223760872a66e
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Wed Dec 1 20:12:33 2021 +0100

    cosmetic: remove unused (and outdated) dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index dceab6e..f35563a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,12 +98,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <version>2.6</version>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
             <version>2.4.0</version>