Remove commons-lang dependency
[odlparent.git] / odlparent / pom.xml
index a811165ef1afcd801477158c66ac1f81ac42b260..3b67dff6e6645cf7ddd9f3025298b6546079f5da 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>12.0.7-SNAPSHOT</version>
+    <version>13.0.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>12.0.7-SNAPSHOT</version>
+        <version>13.0.0-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
         <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>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>12.0.7-SNAPSHOT</version>
+              <version>13.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
               <groupId>com.github.sevntu-checkstyle</groupId>
                   <artifactItem>
                     <groupId>org.opendaylight.odlparent</groupId>
                     <artifactId>odl-license</artifactId>
-                    <version>12.0.7-SNAPSHOT</version>
+                    <version>13.0.0-SNAPSHOT</version>
                     <type>license</type>
                     <outputDirectory>${project.build.outputDirectory}</outputDirectory>
                     <destFileName>LICENSE</destFileName>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>12.0.7-SNAPSHOT</version>
+              <version>13.0.0-SNAPSHOT</version>
             </dependency>
 
             <!-- The SpotBugs Maven plugin uses SLF4J-2 -->
       <plugin>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>copy-files-plugin</artifactId>
-        <version>12.0.7-SNAPSHOT</version>
+        <version>13.0.0-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>prepare-package</phase>