Skip to content

Commit

Permalink
fix: LineInputStream dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Apr 16, 2024
1 parent 3b2fb4f commit b881b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
<groupId>javax.mail</groupId>
<artifactId>mailapi</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.mail</groupId>
<artifactId>mailapi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit b881b99

Please sign in to comment.