Skip to content

Commit

Permalink
changed module order
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjunior86 committed Jan 11, 2019
1 parent c093cad commit 9b1f0e9
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 @@ -34,10 +34,10 @@
<!-- MODULES -->
<modules>
<module>squirrel.api</module>
<module>squirrel.web</module>
<module>squirrel.deduplication</module>
<module>squirrel.frontier</module>
<module>squirrel.mockup</module>
<module>squirrel.web</module>
<module>squirrel.worker</module>
</modules>

Expand Down

0 comments on commit 9b1f0e9

Please sign in to comment.