From photark-commits-return-248-apmail-incubator-photark-commits-archive=incubator.apache.org@incubator.apache.org Mon May 03 06:00:22 2010 Return-Path: Delivered-To: apmail-incubator-photark-commits-archive@minotaur.apache.org Received: (qmail 71698 invoked from network); 3 May 2010 06:00:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 06:00:22 -0000 Received: (qmail 87387 invoked by uid 500); 3 May 2010 06:00:22 -0000 Delivered-To: apmail-incubator-photark-commits-archive@incubator.apache.org Received: (qmail 87362 invoked by uid 500); 3 May 2010 06:00:22 -0000 Mailing-List: contact photark-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: photark-dev@incubator.apache.org Delivered-To: mailing list photark-commits@incubator.apache.org Received: (qmail 87354 invoked by uid 99); 3 May 2010 06:00:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 06:00:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 06:00:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 63837238896F; Mon, 3 May 2010 05:59:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r940370 - in /incubator/photark/trunk: photark-appengine-webapp/pom.xml photark-jcr/pom.xml photark-ui-admin/pom.xml photark-ui/pom.xml photark-webapp/pom.xml photark/pom.xml Date: Mon, 03 May 2010 05:59:24 -0000 To: photark-commits@incubator.apache.org From: lresende@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100503055924.63837238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Mon May 3 05:59:23 2010 New Revision: 940370 URL: http://svn.apache.org/viewvc?rev=940370&view=rev Log: Excluding unused dependencies to reduce size of photark webapp and help cleanup distribution LICENSE Modified: incubator/photark/trunk/photark-appengine-webapp/pom.xml incubator/photark/trunk/photark-jcr/pom.xml incubator/photark/trunk/photark-ui-admin/pom.xml incubator/photark/trunk/photark-ui/pom.xml incubator/photark/trunk/photark-webapp/pom.xml incubator/photark/trunk/photark/pom.xml Modified: incubator/photark/trunk/photark-appengine-webapp/pom.xml URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-appengine-webapp/pom.xml?rev=940370&r1=940369&r2=940370&view=diff ============================================================================== --- incubator/photark/trunk/photark-appengine-webapp/pom.xml (original) +++ incubator/photark/trunk/photark-appengine-webapp/pom.xml Mon May 3 05:59:23 2010 @@ -47,14 +47,22 @@ org.apache.tuscany.sca tuscany-host-webapp ${tuscany.version} - + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + org.apache.tuscany.sca tuscany-data-api ${tuscany.version} - @@ -62,6 +70,16 @@ tuscany-implementation-java-runtime ${tuscany.version} runtime + + + asm + asm + + + cglib + cglib + + @@ -78,6 +96,14 @@ org.apache.ws.commons.axiom axiom-impl + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + Modified: incubator/photark/trunk/photark-jcr/pom.xml URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-jcr/pom.xml?rev=940370&r1=940369&r2=940370&view=diff ============================================================================== --- incubator/photark/trunk/photark-jcr/pom.xml (original) +++ incubator/photark/trunk/photark-jcr/pom.xml Mon May 3 05:59:23 2010 @@ -61,6 +61,14 @@ org.apache.jackrabbit jackrabbit-core 1.6.1 + Modified: incubator/photark/trunk/photark-ui-admin/pom.xml URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-ui-admin/pom.xml?rev=940370&r1=940369&r2=940370&view=diff ============================================================================== --- incubator/photark/trunk/photark-ui-admin/pom.xml (original) +++ incubator/photark/trunk/photark-ui-admin/pom.xml Mon May 3 05:59:23 2010 @@ -47,6 +47,16 @@ tuscany-implementation-java-runtime ${tuscany.version} runtime + + + asm + asm + + + cglib + cglib + + @@ -63,6 +73,14 @@ org.apache.ws.commons.axiom axiom-impl + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + Modified: incubator/photark/trunk/photark-ui/pom.xml URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-ui/pom.xml?rev=940370&r1=940369&r2=940370&view=diff ============================================================================== --- incubator/photark/trunk/photark-ui/pom.xml (original) +++ incubator/photark/trunk/photark-ui/pom.xml Mon May 3 05:59:23 2010 @@ -36,6 +36,7 @@ 4.8.1 test + net.sourceforge.htmlunit htmlunit Modified: incubator/photark/trunk/photark-webapp/pom.xml URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-webapp/pom.xml?rev=940370&r1=940369&r2=940370&view=diff ============================================================================== --- incubator/photark/trunk/photark-webapp/pom.xml (original) +++ incubator/photark/trunk/photark-webapp/pom.xml Mon May 3 05:59:23 2010 @@ -40,6 +40,14 @@ org.apache.photark photark-jcr 1.0-incubating-SNAPSHOT + @@ -59,7 +67,17 @@ org.apache.tuscany.sca tuscany-host-webapp - ${tuscany.version} + ${tuscany.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + @@ -72,7 +90,7 @@ org.apache.tuscany.sca tuscany-implementation-java-runtime ${tuscany.version} - runtime + runtime asm @@ -99,7 +117,15 @@ org.apache.ws.commons.axiom axiom-impl - + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + @@ -115,19 +141,19 @@ 1.4.2 zip - + org.slf4j slf4j-api - 1.3.0 + 1.5.3 - + org.slf4j slf4j-log4j12 - 1.3.0 + 1.5.3 - + javax.servlet Modified: incubator/photark/trunk/photark/pom.xml URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark/pom.xml?rev=940370&r1=940369&r2=940370&view=diff ============================================================================== --- incubator/photark/trunk/photark/pom.xml (original) +++ incubator/photark/trunk/photark/pom.xml Mon May 3 05:59:23 2010 @@ -46,6 +46,16 @@ tuscany-implementation-java-runtime ${tuscany.version} runtime + + + asm + asm + + + cglib + cglib + +