Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-11-02 04:43:59 +0000
committerJan Bartel2012-11-02 04:43:59 +0000
commit2f735cf5a9185cb365d3ded57d97463ce3024312 (patch)
treedd7dae9ae21554168c857f863e7cdf2b6c637634 /pom.xml
parent94c05e6c2ecf840887defb54461102dfab561d56 (diff)
downloadorg.eclipse.jetty.project-2f735cf5a9185cb365d3ded57d97463ce3024312.tar.gz
org.eclipse.jetty.project-2f735cf5a9185cb365d3ded57d97463ce3024312.tar.xz
org.eclipse.jetty.project-2f735cf5a9185cb365d3ded57d97463ce3024312.zip
Adding jetty-jaas module to build for jetty-9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 28c7739789..b66f74042c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,7 @@
<module>jetty-annotations</module>
<module>jetty-jndi</module>
<module>jetty-jsp</module>
+ <module>jetty-jaas</module>
<module>jetty-distribution</module>
<module>jetty-spring</module>
<module>jetty-client</module>

Back to the top