Skip to content

Commit

Permalink
Update the pom to fix ordering of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ac74475 authored Aug 4, 2021
1 parent e4ae086 commit cd57e15
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 @@ -105,10 +105,10 @@
</properties>

<modules>
<module>example-library</module>
<module>example-user-library</module>
<module>example-rule-library</module>
<module>example-runner</module>
<module>example-user-library</module>
<module>example-library</module>
<module>performance</module>
<!-- Deployment modules pull in jars from palisade (including example jars) so must be last -->
<module>deployment-jvm</module>
Expand Down

0 comments on commit cd57e15

Please sign in to comment.