Skip to content

Commit

Permalink
Use provided scope for spotbugs-annotation (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Dec 22, 2020
1 parent b19c6f0 commit 325e059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.rhjmc</groupId>
<artifactId>containerjfr-core</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>containerjfr-core</name>
<url>http://maven.apache.org</url>
Expand Down Expand Up @@ -73,6 +73,7 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>${com.github.spotbugs.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 325e059

Please sign in to comment.