From 9e8ced88f2e93b59cd98a2f27aeefe957c410899 Mon Sep 17 00:00:00 2001 From: Shane Bryzak Date: Mon, 21 Mar 2011 08:53:29 +1000 Subject: [PATCH] update distribution dependencies --- dist/pom.xml | 52 +++++++++++++++++++++++++++++++--------------------- pom.xml | 13 +++++++++++++ 2 files changed, 44 insertions(+), 21 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index b048712..05bff88 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -59,13 +59,6 @@ 1.1 - - - org.jboss.weld - weld-core - 1.1.0.CR3 - - @@ -122,6 +120,12 @@ ${seam.catch.version} zip true + + + jstl + jstl + + @@ -145,6 +149,12 @@ ${seam.config.version} zip true + + + org.jboss.weld.servlet + weld-servlet + + @@ -239,7 +249,7 @@ org.jboss.seam.remoting - seam-remoting-helloworld-example + seam-remoting-example-helloworld ${seam.remoting.version} zip true @@ -247,7 +257,7 @@ org.jboss.seam.remoting - seam-remoting-model-example + seam-remoting-example-model ${seam.remoting.version} zip true @@ -255,7 +265,7 @@ org.jboss.seam.remoting - seam-remoting-validation-example + seam-remoting-example-validation ${seam.remoting.version} zip true @@ -274,26 +284,26 @@ sources ${seam.rest.version} - + org.jboss.seam.rest - seam-tasks-example + seam-rest-example-client ${seam.rest.version} zip true - + org.jboss.seam.rest - seam-tasks-statistics-example + seam-rest-example-tasks ${seam.rest.version} zip true - + org.jboss.seam.rest - seam-jaxrs-exceptions-example + seam-rest-example-exceptions ${seam.rest.version} zip true @@ -327,7 +337,7 @@ org.jboss.seam.security - seam-security-simple-example + seam-security-example-simple ${seam.security.version} zip true @@ -335,7 +345,7 @@ org.jboss.seam.security - seam-security-idmconsole-example + seam-security-example-idmconsole ${seam.security.version} zip true @@ -343,7 +353,7 @@ org.jboss.seam.security - openid-rp + seam-security-example-openid-rp ${seam.security.version} zip true @@ -393,7 +403,7 @@ org.jboss.seam.validation - seam-validation-example + seam-validation-example-helloworld ${seam.validation.version} zip true diff --git a/pom.xml b/pom.xml index 8d10d6d..f13ac4e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ 3.6.0.Final 3.3.0.Final 5.1.1 + 1.2.0.CR4 4.2 1.5.0.Alpha02 1.6 @@ -197,6 +198,12 @@ ${picketlink.idm.version} + + org.jboss.logmanager + jboss-logmanager + ${jboss.logmanager.version} + + joda-time joda-time @@ -462,6 +469,12 @@ provided + + org.jboss.seam.validation + seam-validation + ${seam.validation.version} + + org.jboss.seam.validation seam-validation-api