Skip to content

Commit

Permalink
[pom] Move the ap to dependency management (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Nov 28, 2024
1 parent 8e8f91d commit b019155
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,19 @@
<maven.compiler.release>8</maven.compiler.release>
</properties>

<dependencies>
<!--
!!! ORDER OF DEPENDENCIES IS IMPORTANT !!!
FindBugs should be first
-->
<dependency>
<dependencyManagement>
<dependency>
<groupId>org.sonarsource.api.plugin</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>9.17.0.587</version>
</dependency>
</dependencyManagement>

<dependencies>
<!--
!!! ORDER OF DEPENDENCIES IS IMPORTANT !!!
FindBugs should be first
-->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
Expand Down

0 comments on commit b019155

Please # to comment.