Skip to content

Commit

Permalink
Reorder pom modules to make sure module deps work ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 19, 2025
1 parent 40bce75 commit e355d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

<modules>
<module>guava</module>
<module>eclipse-collections</module>
<module>primitive-collections-base</module>
<module>hppc</module>
<module>eclipse-collections</module>
<module>pcollections</module>
<module>primitive-collections-base</module>
</modules>

<url>https://github.com/FasterXML/jackson-datatypes-collections</url>
Expand Down

0 comments on commit e355d8a

Please sign in to comment.