Skip to content

Commit d04ead0

Browse files
author
Jonathan Wenger
committed
Add missing dep
1 parent 37888cd commit d04ead0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@
259259
<artifactId>swagger-annotations</artifactId>
260260
<version>${swagger-core-version}</version>
261261
</dependency>
262+
<dependency>
263+
<groupId>io.github.cdimascio</groupId>
264+
<artifactId>dotenv-java</artifactId>
265+
<version>3.0.0</version>
266+
</dependency>
262267
<!-- @Nullable annotation -->
263268
<dependency>
264269
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)