Skip to content

Commit

Permalink
[release] Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 16, 2021
1 parent 14f069e commit 67d965b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Expand Up @@ -147,19 +147,13 @@
<version>${version.utility.findbugs}</version>
<scope>provided</scope>
</dependency>
<!-- Allow for marking nullability of values.-->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.5.2</version>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${version.utility.jsr305}</version>
<scope>provided</scope>
</dependency>
<!-- Allow for marking nullability of values.-->
<!-- <dependency>-->
<!-- <groupId>com.google.code.findbugs</groupId>-->
<!-- <artifactId>jsr305</artifactId>-->
<!-- <version>${version.utility.jsr305}</version>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down

0 comments on commit 67d965b

Please sign in to comment.