Skip to content

Commit

Permalink
Fix dependency convergence error on commons-collections:commons-colle…
Browse files Browse the repository at this point in the history
…ctions:jar:3.2.2/3.2.1

```
[ERROR] Rule 2: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message:
[ERROR] Failed while enforcing releasability.
[ERROR]
[ERROR] Dependency convergence error for commons-collections:commons-collections:jar:3.2.1 paths to dependency are:
[ERROR] +-org.geoserver.acl.plugin:gs-acl-plugin-accessmanager:jar:2.3-SNAPSHOT
[ERROR]   +-org.geoserver:gs-main:jar:2.26-SNAPSHOT:provided
[ERROR]     +-net.sf.json-lib:json-lib:jar:2.4.2-geoserver:provided
[ERROR]       +-commons-collections:commons-collections:jar:3.2.1:provided
[ERROR] and
[ERROR] +-org.geoserver.acl.plugin:gs-acl-plugin-accessmanager:jar:2.3-SNAPSHOT
[ERROR]   +-org.geoserver:gs-main:jar:2.26-SNAPSHOT:provided
[ERROR]     +-commons-beanutils:commons-beanutils:jar:1.9.4:provided
[ERROR]       +-commons-collections:commons-collections:jar:3.2.2:provided
```
  • Loading branch information
groldan committed Jun 9, 2024
1 parent 80e3eb5 commit 4f98cb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
Expand Down

0 comments on commit 4f98cb7

Please sign in to comment.