Skip to content

Commit 4b6da3e

Browse files
committed
#122 switched to email-rfc2822-validator as a proper Maven dependency rather than a shaded library that is included in the simple-java-mail jar
1 parent 825275e commit 4b6da3e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Also see the [migration notes](http://www.simplejavamail.org/#/migrate500)
9292

9393
Complete [Javadoc](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) overhaul. Navigating the Javadoc should be much more consistent now (builder API being the single *public* source of truth).
9494

95+
- [#122](https://github.com/bbottema/simple-java-mail/issues/122) The email-rfc2822-validator library has been made a proper Maven dependency (not packaged along anymore)
9596
- [#120](https://github.com/bbottema/simple-java-mail/issues/120) The DKIM library has been made an optional proper Maven dependency (not packaged along anymore)
9697
- [#119](https://github.com/bbottema/simple-java-mail/issues/119) Switched optional Spring dependency version to property and now testing with 4.3.11.RELEASE
9798
- [#113](https://github.com/bbottema/simple-java-mail/issues/113) Updated the underlying JavaMail to 1.6.0

RELEASE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Maintenance updates
2323

2424
Complete JavaDoc overhaul. Navigating the JavaDoc should be much more consistent now (builder API being the single *public* source of truth).
2525

26+
- #122 The email-rfc2822-validator library has been made a proper Maven dependency (not packaged along anymore)
2627
- #120 The DKIM library has been made an optional proper Maven dependency (not packaged along anymore)
2728
- #119 Switched optional Spring dependency version to property and now testing with 4.3.11.RELEASE
2829
- #113 Updated the underlying JavaMail to 1.6.0

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,10 @@
319319
<configuration>
320320
<artifactSet>
321321
<includes>
322-
<include>com.github.bbottema:emailaddress-rfc2822</include>
323322
<include>org.simplejavamail:outlook-message-parser</include>
324323
</includes>
325324
</artifactSet>
326325
<relocations>
327-
<relocation>
328-
<pattern>org.hazlewood.connor.bottema.emailaddress</pattern>
329-
<shadedPattern>org.hazlewood.connor.bottema.emailaddress.simplejavamail</shadedPattern>
330-
</relocation>
331326
<relocation>
332327
<pattern>org.simplejavamail.outlookmessageparser</pattern>
333328
<shadedPattern>org.simplejavamail.outlookmessageparser.simplejavamail</shadedPattern>

0 commit comments

Comments
 (0)