Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
redouane59 committed Oct 26, 2022
1 parent bf1a840 commit 5b7e495
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@
<groupId>org.apache.maven.plugins</groupId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>sonar-maven-plugin</artifactId>
<groupId>org.codehaus.sonar</groupId>
<version>3.9.1.2184</version>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<groupId>org.codehaus.sonar</groupId>
<type>maven-plugin</type>
<version>1.13</version>
</dependency>
<dependency>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 5b7e495

Please sign in to comment.