forked from phoedos/pmd
Fix pcollections dependency
This commit is contained in:
parent
1436eb8eed
commit
77053b7ac3
@ -113,7 +113,6 @@
|
||||
<dependency>
|
||||
<groupId>org.pcollections</groupId>
|
||||
<artifactId>pcollections</artifactId>
|
||||
<version>3.1.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
5
pom.xml
5
pom.xml
@ -665,6 +665,11 @@
|
||||
<artifactId>asm</artifactId>
|
||||
<version>9.0-beta</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.pcollections</groupId>
|
||||
<artifactId>pcollections</artifactId>
|
||||
<version>3.1.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-core</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user