1 parent bf1a840 commit 5b7e495Copy full SHA for 5b7e495
1 file changed
pom.xml
@@ -71,14 +71,15 @@
71
<groupId>org.apache.maven.plugins</groupId>
72
<version>3.2.0</version>
73
</plugin>
74
- <plugin>
75
- <artifactId>sonar-maven-plugin</artifactId>
76
- <groupId>org.codehaus.sonar</groupId>
77
- <version>3.9.1.2184</version>
78
- </plugin>
79
</plugins>
80
</build>
81
<dependencies>
+ <dependency>
+ <artifactId>sonar-packaging-maven-plugin</artifactId>
+ <groupId>org.codehaus.sonar</groupId>
+ <type>maven-plugin</type>
+ <version>1.13</version>
82
+ </dependency>
83
<dependency>
84
<artifactId>jackson-databind</artifactId>
85
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments