Skip to content

Commit 53a2dd7

Browse files
shaileshmishrashaileshmishra
authored andcommitted
Stack test added
1 parent eb1b4d6 commit 53a2dd7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ factoryConfiguration.json
99

1010
### Eclipse ###
1111
.metadata
12+
.env
13+
.env/
1214
bin/
1315
tmp/
1416
*.tmp

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484

8585

8686
<dependencies>
87+
<dependency>
88+
<groupId>io.github.cdimascio</groupId>
89+
<artifactId>java-dotenv</artifactId>
90+
<version>5.2.2</version>
91+
</dependency>
8792
<dependency>
8893
<groupId>junit</groupId>
8994
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)