Remove commons-lang dependency 71/104571/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 19:09:54 +0000 (20:09 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 26 May 2023 20:30:58 +0000 (20:30 +0000)
This dependency is not used anywhere, remove the declaration.

Change-Id: Ic2eb9a7a107e8c6801b81661f6c5eef9075c0f4c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml
odlparent-dependency-check/pom.xml
odlparent-lite/pom.xml
odlparent/pom.xml

index 61b1f4746985004b438fda896e41094cb935863d..51e6a3003c7ec753dd0edd4cf0d98474b77cd3a2 100644 (file)
                         <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>
                         <link>https://www.slf4j.org/apidocs/</link>
                         <link>https://google.github.io/guava/releases/31.1-jre/api/docs/</link>
-                        <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
                     </links>
 
index e9d2be3d47e134457e7cab326458c417527ea758..93cf382fc2db3bc061ce1cf0d692f991ff81ba09 100644 (file)
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
index e63da8c874ef79d95a2a7ff32a3186de16fbecbc..761ed6693a26fca762b3765575eba04f3c69b800 100644 (file)
                 <link>https://xerces.apache.org/xerces2-j/javadocs/api/</link>
                 <link>https://google.github.io/guava/releases/31.1-jre/api/docs/</link>
                 <link>http://netty.io/4.1/api/</link>
-                <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
                 <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
               </links>
             </configuration>
index 18cb50909795b1fba8cdcf43a65cd919b9bd3d94..3b67dff6e6645cf7ddd9f3025298b6546079f5da 100644 (file)
         <artifactId>commons-text</artifactId>
         <version>1.10.0</version>
       </dependency>
-      <dependency>
-        <groupId>commons-lang</groupId>
-        <artifactId>commons-lang</artifactId>
-        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
-        <version>2.6</version>
-      </dependency>
 
       <!-- Jersey for JAXRS -->
       <dependency>