Skip to content

Commit e8f7187

Browse files
authored
Updated pom.xml with maven-pmd-plugin
Added dependency "maven-pmd-plugin" to the pom file.
1 parent d6b5456 commit e8f7187

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

queue-load-leveling/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@
3838
<artifactId>junit</artifactId>
3939
<scope>test</scope>
4040
</dependency>
41+
<dependency>
42+
<groupId>org.apache.maven.plugins</groupId>
43+
<artifactId>maven-pmd-plugin</artifactId>
44+
<version>3.7</version>
45+
<type>maven-plugin</type>
46+
</dependency>
4147
</dependencies>
42-
</project>
48+
</project>

0 commit comments

Comments
 (0)