We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f0894 commit 4991780Copy full SHA for 4991780
batch/pom.xml
@@ -38,12 +38,11 @@
38
<artifactId>sonar-plugin-api</artifactId>
39
<version>13.2.0.3137</version>
40
<scope>provided</scope>
41
- <exclusions>
42
- <exclusion>
43
- <groupId>*</groupId>
44
- <artifactId>*</artifactId>
45
- </exclusion>
46
- </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <scope>provided</scope>
47
</dependency>
48
49
<!-- Unit tests -->
0 commit comments