From d69e484d9fee1b88d3a6f24461da577230bb87c0 Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Wed, 17 Mar 2010 12:26:46 +0000 Subject: [PATCH] SAK-18211 Move common dependencies to section, remove tags that aren't needed, remove duplicate dependencies, remove pre-kernel dependencies (comments) and correct a little formatting git-svn-id: https://source.sakaiproject.org/svn/portal/trunk@74739 66ffb92e-73f9-0310-93c1-f5514f145a0a --- portal/pom.xml | 21 +++++++++++------- portal/portal-api/api/pom.xml | 8 ------- portal/portal-charon/charon/pom.xml | 3 ++- portal/portal-impl/impl/pom.xml | 3 --- portal/portal-render-api/api/pom.xml | 22 ------------------- portal/portal-render-engine-impl/impl/pom.xml | 13 ----------- portal/portal-render-engine-impl/pack/pom.xml | 17 ++++---------- portal/portal-render-impl/impl/pom.xml | 21 ------------------ portal/portal-service-impl/impl/pom.xml | 17 -------------- portal/portal-util/util/pom.xml | 19 ---------------- 10 files changed, 19 insertions(+), 125 deletions(-) diff --git a/portal/pom.xml b/portal/pom.xml index e84f0de4fc37..fa664e00882c 100644 --- a/portal/pom.xml +++ b/portal/pom.xml @@ -38,32 +38,37 @@ org.sakaiproject sakai-portal-impl - 2.8-SNAPSHOT + ${project.version} org.sakaiproject sakai-portal-util - 2.8-SNAPSHOT + ${project.version} org.sakaiproject sakai-portal-render-engine-impl - 2.8-SNAPSHOT + ${project.version} org.sakaiproject sakai-portal-render-impl - 2.8-SNAPSHOT + ${project.version} org.sakaiproject sakai-portal-service-impl - 2.8-SNAPSHOT + ${project.version} - org.apache.velocity - velocity - 1.6.3 + org.apache.velocity + velocity + 1.6.3 + + + javax.portlet + portlet-api + 1.0 diff --git a/portal/portal-api/api/pom.xml b/portal/portal-api/api/pom.xml index 428479319e0f..44a3b58b082f 100644 --- a/portal/portal-api/api/pom.xml +++ b/portal/portal-api/api/pom.xml @@ -27,18 +27,10 @@ org.sakaiproject.kernel sakai-component-manager - - - - - javax.portlet portlet-api - 1.0 - - diff --git a/portal/portal-charon/charon/pom.xml b/portal/portal-charon/charon/pom.xml index c013f3f6def3..926a7660072b 100644 --- a/portal/portal-charon/charon/pom.xml +++ b/portal/portal-charon/charon/pom.xml @@ -7,7 +7,7 @@ 2.8-SNAPSHOT ../../pom.xml - portal + Sakai Portal Webapp org.sakaiproject portal @@ -25,5 +25,6 @@ src/java + portal diff --git a/portal/portal-impl/impl/pom.xml b/portal/portal-impl/impl/pom.xml index 35eacaf48662..a608391a4062 100644 --- a/portal/portal-impl/impl/pom.xml +++ b/portal/portal-impl/impl/pom.xml @@ -39,7 +39,6 @@ javax.portlet portlet-api - 1.0 org.sakaiproject @@ -78,12 +77,10 @@ commons-collections commons-collections - 3.1 log4j log4j - 1.2.9 jtidy diff --git a/portal/portal-render-api/api/pom.xml b/portal/portal-render-api/api/pom.xml index 6fbfbb030269..27921b340be4 100644 --- a/portal/portal-render-api/api/pom.xml +++ b/portal/portal-render-api/api/pom.xml @@ -31,39 +31,17 @@ org.sakaiproject.kernel sakai-component-manager - - - org.sakaiproject sakai-portal-api - - - - - - - - - - org.sakaiproject sakai-portal-util - - commons-logging commons-logging - 1.0.4 diff --git a/portal/portal-render-engine-impl/impl/pom.xml b/portal/portal-render-engine-impl/impl/pom.xml index 92f9d7436876..c001485fc390 100644 --- a/portal/portal-render-engine-impl/impl/pom.xml +++ b/portal/portal-render-engine-impl/impl/pom.xml @@ -16,9 +16,6 @@ 2003 jar - - - org.sakaiproject.kernel @@ -36,9 +33,6 @@ org.sakaiproject.kernel sakai-component-manager - org.sakaiproject sakai-portal-api @@ -52,11 +46,6 @@ org.sakaiproject sakai-portal-render-api - - - - - commons-logging commons-logging @@ -69,12 +58,10 @@ commons-collections commons-collections - 3.1 log4j log4j - 1.2.9 jtidy diff --git a/portal/portal-render-engine-impl/pack/pom.xml b/portal/portal-render-engine-impl/pack/pom.xml index 7c548762d854..ee198f2779a5 100644 --- a/portal/portal-render-engine-impl/pack/pom.xml +++ b/portal/portal-render-engine-impl/pack/pom.xml @@ -36,15 +36,6 @@ org.sakaiproject.kernel sakai-component-manager - - - org.sakaiproject - sakai-portal-api - - - org.sakaiproject - sakai-portal-util - test org.sakaiproject @@ -60,12 +51,13 @@ org.sakaiproject - sakai-portal-util - test + sakai-portal-render-api + org.sakaiproject - sakai-portal-render-api + sakai-portal-util + test httpunit @@ -76,7 +68,6 @@ commons-logging commons-logging - 1.0.4 diff --git a/portal/portal-render-impl/impl/pom.xml b/portal/portal-render-impl/impl/pom.xml index f7cddfa8270f..9880f0964ccb 100644 --- a/portal/portal-render-impl/impl/pom.xml +++ b/portal/portal-render-impl/impl/pom.xml @@ -36,15 +36,6 @@ org.sakaiproject.kernel sakai-component-manager - - - org.apache.pluto pluto-container @@ -58,7 +49,6 @@ javax.portlet portlet-api - 1.0 commons-codec @@ -73,21 +63,10 @@ org.sakaiproject sakai-portal-render-api - - - - - - - - - org.sakaiproject sakai-portal-util - - commons-logging commons-logging diff --git a/portal/portal-service-impl/impl/pom.xml b/portal/portal-service-impl/impl/pom.xml index d92f163ca9fe..45ae00a432b2 100644 --- a/portal/portal-service-impl/impl/pom.xml +++ b/portal/portal-service-impl/impl/pom.xml @@ -36,24 +36,14 @@ org.sakaiproject.kernel sakai-component-manager - org.sakaiproject sakai-portal-api - - - - - commons-logging commons-logging - 1.0.4 - org.apache.pluto pluto-container @@ -67,14 +57,7 @@ javax.portlet portlet-api - 1.0 - - - - - - castor castor diff --git a/portal/portal-util/util/pom.xml b/portal/portal-util/util/pom.xml index 117943107d4f..3c946e2265a7 100644 --- a/portal/portal-util/util/pom.xml +++ b/portal/portal-util/util/pom.xml @@ -36,33 +36,14 @@ org.sakaiproject.kernel sakai-component-manager - - - - - - - - - - - org.sakaiproject sakai-portal-api - - commons-logging commons-logging - 1.0.4 -