Skip to content

Commit 62a965c

Browse files
committed
Fix project URL in POM
1 parent 18949a6 commit 62a965c

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Diff for: pom.xml

+5-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<name>utils-mail-smime</name>
1616
<version>2.2.0</version>
1717
<description>An S/MIME library for JavaMail</description>
18-
<url>http:///github.com/bbottema/java-utils-mail-smime</url>
18+
<url>https://github.com/simple-java-mail/java-utils-mail-smime</url>
1919
<inceptionYear>2021</inceptionYear>
2020

2121
<properties>
@@ -85,20 +85,15 @@
8585
<artifactId>bcjmail-jdk15to18</artifactId>
8686
<version>1.75</version>
8787
</dependency>
88-
<dependency>
89-
<groupId>jakarta.activation</groupId>
90-
<artifactId>jakarta.activation-api</artifactId>
91-
<version>2.0.1</version>
92-
</dependency>
9388
<dependency>
9489
<groupId>jakarta.mail</groupId>
9590
<artifactId>jakarta.mail-api</artifactId>
96-
<version>2.0.1</version>
91+
<version>2.1.2</version>
9792
</dependency>
9893
<dependency>
99-
<groupId>com.sun.mail</groupId>
100-
<artifactId>jakarta.mail</artifactId>
101-
<version>2.0.1</version>
94+
<groupId>org.eclipse.angus</groupId>
95+
<artifactId>angus-mail</artifactId>
96+
<version>2.0.2</version>
10297
</dependency>
10398
</dependencies>
10499
</project>

0 commit comments

Comments
 (0)