Skip to content

Commit 0b0b85d

Browse files
author
geompokon@csd.auth.gr
committed
replace jsr305 with google repo version from maven central
1 parent e0b6d69 commit 0b0b85d

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

pom.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,13 @@
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>
@@ -53,13 +44,14 @@
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>

0 commit comments

Comments
 (0)