diff --git a/assertj-introduction/pom.xml b/assertj-introduction/pom.xml
new file mode 100644
index 0000000000..21cd0c0121
--- /dev/null
+++ b/assertj-introduction/pom.xml
@@ -0,0 +1,38 @@
+
+
+ 4.0.0
+
+ com.baeldung
+ assertj-introduction
+ 1.0.0-SNAPSHOT
+
+
+
+ junit
+ junit
+ 4.12
+
+
+ org.assertj
+ assertj-core
+ 3.4.1
+ test
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.3
+
+ 1.8
+ 1.8
+
+
+
+
+
\ No newline at end of file
diff --git a/assertj-introduction/src/test/java/com/baeldung/assertj/AssertJDemoTest.java b/assertj-introduction/src/test/java/com/baeldung/assertj/AssertJDemoTest.java
new file mode 100644
index 0000000000..3f4cb390bb
--- /dev/null
+++ b/assertj-introduction/src/test/java/com/baeldung/assertj/AssertJDemoTest.java
@@ -0,0 +1,10 @@
+package com.baeldung.assertj;
+
+import org.junit.Test;
+
+public class AssertJDemoTest {
+
+ @Test
+ public void shouldTest() throws Exception {
+ }
+}
diff --git a/pom.xml b/pom.xml
index 19c602091d..505b72e1ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,8 @@
apache-fop
+ assertj-introduction
+
core-java
core-java-8
gson