Skip to content

Commit 5b7e495

Browse files
committed
fix pom
1 parent bf1a840 commit 5b7e495

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<version>3.2.0</version>
7373
</plugin>
74-
<plugin>
75-
<artifactId>sonar-maven-plugin</artifactId>
76-
<groupId>org.codehaus.sonar</groupId>
77-
<version>3.9.1.2184</version>
78-
</plugin>
7974
</plugins>
8075
</build>
8176
<dependencies>
77+
<dependency>
78+
<artifactId>sonar-packaging-maven-plugin</artifactId>
79+
<groupId>org.codehaus.sonar</groupId>
80+
<type>maven-plugin</type>
81+
<version>1.13</version>
82+
</dependency>
8283
<dependency>
8384
<artifactId>jackson-databind</artifactId>
8485
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)