Remove the apache commons-lang dependency in aai-common
[aai/aai-common.git] / aai-schema-ingest / pom.xml
index 833091d..31a926f 100644 (file)
@@ -73,11 +73,14 @@ limitations under the License.
             <version>${groovy.version}</version>
                        <classifier>indy</classifier>
                </dependency>
-               <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
                <dependency>
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.onap.aai.aai-common</groupId>
                        <artifactId>aai-rest</artifactId>