Skip to content

Commit e9ea740

Browse files
author
Mark Kempster
committed
Add project.url to satisfy the dependency-check-maven plugin
The MANIFEST.MF contains an Implementation-URL key, that comes from project.url if defined. If not defined, jjwt's url comes from sonatype which seems to falsely associate it with a sonatype/nexus CVE and fails the project build. #234
1 parent f9376df commit e9ea740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<version>0.10.0-SNAPSHOT</version>
2929
<name>JSON Web Token support for the JVM</name>
3030
<packaging>jar</packaging>
31+
<url>https://github.com/jwtk/jjwt</url>
3132

3233
<licenses>
3334
<license>

0 commit comments

Comments
 (0)