Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fixed errors in the pom due to name change of app module
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Feb 13, 2012
1 parent d0c0eae commit feca19c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -40,15 +40,15 @@
</properties>

<modules>
<module>app</module>
<module>web-ui</module>
<module>orders</module>
<module>trade-engine-api</module>
<module>trade-engine</module>
<module>users-api</module>
<module>users</module>
<module>users-query</module>
<module>companies-api</module>
<module>companies</module>
<module>web-ui</module>

</modules>

Expand Down
2 changes: 1 addition & 1 deletion web-ui/pom.xml
Expand Up @@ -48,7 +48,7 @@
<!-- Internal dependencies -->
<dependency>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-trader-app</artifactId>
<artifactId>axon-trader-orders</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit feca19c

Please sign in to comment.