Skip to content

Commit 4991780

Browse files
Add deps to commons-lang3 required in DefaultBatchFactoryTest
1 parent 91f0894 commit 4991780

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

batch/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
<artifactId>sonar-plugin-api</artifactId>
3939
<version>13.2.0.3137</version>
4040
<scope>provided</scope>
41-
<exclusions>
42-
<exclusion>
43-
<groupId>*</groupId>
44-
<artifactId>*</artifactId>
45-
</exclusion>
46-
</exclusions>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.apache.commons</groupId>
44+
<artifactId>commons-lang3</artifactId>
45+
<scope>provided</scope>
4746
</dependency>
4847

4948
<!-- Unit tests -->

0 commit comments

Comments
 (0)