Skip to content

Commit

Permalink
add provided scope to sonar dependency cause not needed in production…
Browse files Browse the repository at this point in the history
… package (#452)
  • Loading branch information
atpanos authored Oct 1, 2023
1 parent 370a571 commit 240f720
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 @@ -80,6 +80,7 @@
<groupId>org.codehaus.sonar</groupId>
<type>maven-plugin</type>
<version>1.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -197,4 +198,4 @@
<url>https://github.com/Redouane59/twittered</url>

<version>2.23</version>
</project>
</project>

0 comments on commit 240f720

Please sign in to comment.