Skip to content

Commit

Permalink
Maven: limit EC version, there are new methods added to interface and…
Browse files Browse the repository at this point in the history
… compilation fails
  • Loading branch information
jankotek committed Nov 24, 2022
1 parent 79b1df4 commit d874799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<java.source.version>1.8</java.source.version>

<!--eclipse collections-->
<ec.version>[7.0.0,)</ec.version>
<ec.version>[7.0.0,10.10.90)</ec.version>
<guava.version>[15.0,)</guava.version>

<elsa.version>3.0.0-M5</elsa.version>
Expand Down

0 comments on commit d874799

Please sign in to comment.