Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB71411F56 for ; Wed, 3 Sep 2014 18:54:23 +0000 (UTC) Received: (qmail 66937 invoked by uid 500); 3 Sep 2014 18:54:23 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 66887 invoked by uid 500); 3 Sep 2014 18:54:23 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 66878 invoked by uid 99); 3 Sep 2014 18:54:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 18:54:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 03 Sep 2014 18:54:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C7AFC23889E1; Wed, 3 Sep 2014 18:54:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1622315 - /sling/trunk/contrib/scripting/thymeleaf/pom.xml Date: Wed, 03 Sep 2014 18:54:02 -0000 To: commits@sling.apache.org From: olli@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140903185402.C7AFC23889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olli Date: Wed Sep 3 18:54:02 2014 New Revision: 1622315 URL: http://svn.apache.org/r1622315 Log: SLING-3908 embed OGNL to avoid class loading issues Modified: sling/trunk/contrib/scripting/thymeleaf/pom.xml Modified: sling/trunk/contrib/scripting/thymeleaf/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/thymeleaf/pom.xml?rev=1622315&r1=1622314&r2=1622315&view=diff ============================================================================== --- sling/trunk/contrib/scripting/thymeleaf/pom.xml (original) +++ sling/trunk/contrib/scripting/thymeleaf/pom.xml Wed Sep 3 18:54:02 2014 @@ -130,6 +130,12 @@ compile + ognl + ognl + 3.0.8 + compile + + xerces xercesImpl 2.11.0 @@ -168,6 +174,9 @@ org.apache.commons.io.input;version="1.4.9999", * + + * + *;scope=compile;inline=true