diff --git a/.gitignore b/.gitignore
index b65cb041..2c7054c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
target/
*.iml
+.env
#############################################
diff --git a/pom.xml b/pom.xml
index a23bfc5e..93770e91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,11 @@
+
+ io.github.cdimascio
+ java-dotenv
+ 5.2.2
+
org.apache.maven.plugins
maven-checkstyle-plugin