diff --git a/apache-commons/pom.xml b/apache-commons/pom.xml
deleted file mode 100644
index 6e5c2065db..0000000000
--- a/apache-commons/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
- 4.0.0
- com.baeldung
- apache-commons
- 0.0.1-SNAPSHOT
-
- 4.12
- 3.6.0
-
-
-
-
- maven-compiler-plugin
- ${compiler.version}
-
-
- 1.8
-
-
-
-
-
-
- org.apache.commons
- commons-lang3
- 3.5
-
-
- junit
- junit
- ${junit.version}
- test
-
-
-
\ No newline at end of file
diff --git a/libraries/pom.xml b/libraries/pom.xml
index 05f8dc47cf..bfcc9b66d5 100644
--- a/libraries/pom.xml
+++ b/libraries/pom.xml
@@ -32,9 +32,9 @@
${cglib.version}
- org.jasypt
- jasypt
- ${jasypt.version}
+ org.apache.commons
+ commons-lang3
+ ${commons-lang.version}
junit
@@ -42,13 +42,19 @@
${junit.version}
test
+
+ org.jasypt
+ jasypt
+ ${jasypt.version}
+
+
3.2.4
+ 3.5
4.12
1.9.2
-
-
\ No newline at end of file
+
diff --git a/apache-commons/src/test/java/com/baeldung/commons/lang3/ArrayUtilsTest.java b/libraries/src/test/java/com/baeldung/commons/lang3/ArrayUtilsTest.java
similarity index 100%
rename from apache-commons/src/test/java/com/baeldung/commons/lang3/ArrayUtilsTest.java
rename to libraries/src/test/java/com/baeldung/commons/lang3/ArrayUtilsTest.java
diff --git a/apache-commons/src/test/java/com/baeldung/commons/lang3/StringUtilsTest.java b/libraries/src/test/java/com/baeldung/commons/lang3/StringUtilsTest.java
similarity index 100%
rename from apache-commons/src/test/java/com/baeldung/commons/lang3/StringUtilsTest.java
rename to libraries/src/test/java/com/baeldung/commons/lang3/StringUtilsTest.java