Skip to content

Commit

Permalink
FM2-613 - Exclude nested dependency on simple-java-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jan 18, 2024
1 parent b52d021 commit 952698e
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 @@ -250,6 +250,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

1 comment on commit 952698e

@ibacher
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the things I like least about HAPI is that the root library includes a lot of extraneous stuff like this that isn't great if you're only using it as a library for the plain server (which doesn't provide any email capabilities any way, but has some classes that reference them for the integrated JPA server).

Please sign in to comment.