We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1b4d6 commit 53a2dd7Copy full SHA for 53a2dd7
.gitignore
@@ -9,6 +9,8 @@ factoryConfiguration.json
9
10
### Eclipse ###
11
.metadata
12
+.env
13
+.env/
14
bin/
15
tmp/
16
*.tmp
pom.xml
@@ -84,6 +84,11 @@
84
85
86
<dependencies>
87
+ <dependency>
88
+ <groupId>io.github.cdimascio</groupId>
89
+ <artifactId>java-dotenv</artifactId>
90
+ <version>5.2.2</version>
91
+ </dependency>
92
<dependency>
93
<groupId>junit</groupId>
94
<artifactId>junit</artifactId>
0 commit comments