File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 2525 <maven-javadoc-plugin .version>3.2.0</maven-javadoc-plugin .version>
2626 <maven-gpg-plugin .version>1.5</maven-gpg-plugin .version>
2727
28- <jsr305 .version>1.0 </jsr305 .version>
28+ <jsr305 .version>3.0.2 </jsr305 .version>
2929 <jetbrains .annotations.version>23.0.0</jetbrains .annotations.version>
3030
3131 <junit5 .version>5.8.2</junit5 .version>
3232 <assertj-core .version>3.21.0</assertj-core .version>
3333 </properties >
3434
35- <repositories >
36- <!-- Javax annotations repo -->
37- <repository >
38- <id >onehippo</id >
39- <name >Onehippo Maven</name >
40- <url >https://maven.onehippo.com/maven2/</url >
41- </repository >
42- </repositories >
43-
4435 <distributionManagement >
4536 <snapshotRepository >
4637 <id >ossrh</id >
5344 </distributionManagement >
5445
5546 <dependencies >
56- <!-- https://mvnrepository.com/artifact/javax.annotation /jsr305 -->
47+ <!-- https://mvnrepository.com/artifact/com.google.code.findbugs /jsr305 -->
5748 <dependency >
58- <groupId >javax.annotation </groupId >
49+ <groupId >com.google.code.findbugs </groupId >
5950 <artifactId >jsr305</artifactId >
60- <version >${jsr305.version} </version >
61- <optional >true</ optional >
51+ <version >3.0.2 </version >
52+ <scope >compile</ scope >
6253 </dependency >
54+
6355 <!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
6456 <dependency >
6557 <groupId >org.jetbrains</groupId >
You can’t perform that action at this time.
0 commit comments