mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-15 23:05:18 +01:00
Bump commons-email version
Should fix issues due to old Email API usages
This commit is contained in:
parent
fedcc44672
commit
d5e47d7240
14
pom.xml
14
pom.xml
@ -405,6 +405,18 @@
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<!-- Apache snapshots repo -->
|
||||
<repository>
|
||||
<id>apache-snapshots</id>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- SpigotAPI Repo -->
|
||||
<repository>
|
||||
<id>spigotmc-repo</id>
|
||||
@ -532,7 +544,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-email</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user