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 917BA10B1A for ; Fri, 4 Apr 2014 17:17:53 +0000 (UTC) Received: (qmail 21095 invoked by uid 500); 4 Apr 2014 17:17:52 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 21054 invoked by uid 500); 4 Apr 2014 17:17:49 -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 20961 invoked by uid 99); 4 Apr 2014 17:17:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 17:17:48 +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; Fri, 04 Apr 2014 17:17:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1122B2388860; Fri, 4 Apr 2014 17:17:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1584830 - /sling/whiteboard/olli/openidconnect/pom.xml Date: Fri, 04 Apr 2014 17:17:25 -0000 To: commits@sling.apache.org From: olli@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140404171726.1122B2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olli Date: Fri Apr 4 17:17:25 2014 New Revision: 1584830 URL: http://svn.apache.org/r1584830 Log: cleanup, style Modified: sling/whiteboard/olli/openidconnect/pom.xml Modified: sling/whiteboard/olli/openidconnect/pom.xml URL: http://svn.apache.org/viewvc/sling/whiteboard/olli/openidconnect/pom.xml?rev=1584830&r1=1584829&r2=1584830&view=diff ============================================================================== --- sling/whiteboard/olli/openidconnect/pom.xml (original) +++ sling/whiteboard/olli/openidconnect/pom.xml Fri Apr 4 17:17:25 2014 @@ -1,119 +1,125 @@ - + - + + + 4.0.0 + + + org.apache.sling + sling + 19 + ../../../parent/pom.xml + + + org.apache.sling.auth.openidconnect + 0.0.1-SNAPSHOT + bundle + + Apache Sling OpenID Connect Authentication + Bundle implementing OpenID Connect authentication with login and logout support + + + scm:svn:http://svn.apache.org/repos/asf/sling/trunk/whiteboard/olli/openidconnect/ + scm:svn:https://svn.apache.org/repos/asf/sling/trunk/whiteboard/olli/openidconnect/ + http://svn.apache.org/viewvc/sling/trunk/whiteboard/olli/openidconnect/ + + + + + + org.apache.felix + maven-scr-plugin + + + org.apache.felix + maven-bundle-plugin + true + + + + * + + + + + + + + + + + javax.servlet + servlet-api + provided + + + + org.apache.sling + org.apache.sling.auth.core + 1.0.6 + provided + + + + org.osgi + org.osgi.core + provided + + + org.osgi + org.osgi.compendium + provided + + + + org.apache.oltu.oauth2 + org.apache.oltu.oauth2.client + 1.0.0 + + + org.apache.oltu.oauth2 + org.apache.oltu.oauth2.common + 1.0.0 + + + org.apache.oltu.openidconnect + org.apache.oltu.openidconnect.client + 0.0.1-SNAPSHOT + + + + org.apache.felix + org.apache.felix.jaas + 0.0.2 + + + org.apache.felix + org.apache.felix.scr.annotations + provided + + + + org.slf4j + slf4j-api + provided + + - 4.0.0 - - org.apache.sling - sling - 19 - ../../../parent/pom.xml - - - org.apache.sling.auth.openidconnect - bundle - 0.0.1-SNAPSHOT - - Apache Sling OpenID Connect Authentication - - Bundle implementing OpenID Connect authentication with login and logout support - - - - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/auth/openidconnect - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/openidconnect - http://svn.apache.org/viewvc/sling/trunk/bundles/auth/openidconnect - - - - - - org.apache.felix - maven-scr-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - - * - - - - - - - - - - org.apache.sling - org.apache.sling.auth.core - 1.0.6 - provided - - - javax.servlet - servlet-api - - - org.slf4j - slf4j-api - - - org.apache.felix - org.apache.felix.scr.annotations - provided - - - org.osgi - org.osgi.core - - - org.osgi - org.osgi.compendium - - - org.apache.oltu.oauth2 - org.apache.oltu.oauth2.client - 1.0.0 - - - org.apache.oltu.oauth2 - org.apache.oltu.oauth2.common - 1.0.0 - - - - org.apache.oltu.openidconnect - org.apache.oltu.openidconnect.client - 0.0.1-SNAPSHOT - - - - - org.apache.felix - org.apache.felix.jaas - 0.0.2 - - -