Add module
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e3b4bab4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e3b4bab4 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e3b4bab4 Branch: refs/heads/tomee-1.7.x Commit: e3b4bab4c7425411435ef70fc0110ccdbe7c2a90 Parents: f968c80 Author: Jonathan Gallimore <[email protected]> Authored: Mon Sep 18 22:51:19 2017 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Mon Sep 18 22:51:19 2017 +0100 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/e3b4bab4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da29611..624e686 100644 --- a/pom.xml +++ b/pom.xml @@ -524,6 +524,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>deps</module> <module>itests</module> <module>maven</module> <module>container</module> @@ -592,6 +593,7 @@ <profile> <id>quick</id> <modules> + <module>deps</module> <module>maven</module> <module>container</module> <module>server</module> @@ -604,6 +606,7 @@ <profile> <id>openejb</id> <modules> + <module>deps</module> <module>itests</module> <module>container</module> <module>server</module>
