Repository: struts-examples Updated Branches: refs/heads/master ce0b5d249 -> 74c60c11f
Defines new example app Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/496a01b7 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/496a01b7 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/496a01b7 Branch: refs/heads/master Commit: 496a01b746f13bcdbfb2a9209b4822420efc0708 Parents: ce0b5d2 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Thu Feb 4 08:17:12 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Thu Feb 4 08:17:12 2016 +0100 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/496a01b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e04ccda..75ada42 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,8 @@ <module>using-tags</module> <module>unit-testing</module> <module>wildcard-method-selection</module> - </modules> + <module>message-store</module> + </modules> <dependencies> @@ -115,4 +116,4 @@ </build> -</project> +</project> \ No newline at end of file