From dev-return-88828-archive-asf-public=cust-asf.ponee.io@sling.apache.org Thu May 24 11:46:46 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 87650180636 for ; Thu, 24 May 2018 11:46:45 +0200 (CEST) Received: (qmail 98257 invoked by uid 500); 24 May 2018 09:46:32 -0000 Mailing-List: contact dev-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 dev@sling.apache.org Received: (qmail 96152 invoked by uid 99); 24 May 2018 09:46:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2018 09:46:31 +0000 From: GitBox To: dev@sling.apache.org Subject: [GitHub] rombert commented on a change in pull request #14: First commit for oidc handler. Message-ID: <152715519104.20318.436248959641518022.gitbox@gitbox.apache.org> Date: Thu, 24 May 2018 09:46:31 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit rombert commented on a change in pull request #14: First commit for oidc handler. URL: https://github.com/apache/sling-whiteboard/pull/14#discussion_r190520984 ########## File path: oidc-handler/core/pom.xml ########## @@ -0,0 +1,283 @@ + + + 4.0.0 + + org.apache.sling.oidchandler + org.apache.sling + 1.0.0-SNAPSHOT + + org.apache.sling + core + 1.0.0-SNAPSHOT + core + org.apache.sling - core + + + + biz.aQute.bnd + bnd-maven-plugin + 3.5.0 + + + run-bnd + + bnd-process + + + + + + + + + + org.apache.felix + + maven-scr-plugin + + 1.20.0 + + + + + + generate-scr-scrdescriptor + + + + scr + + + + + + + + + + Adobe + + + + + + + + + + + + ${project.build.directory}/classes + + + + + + + + org.slf4j + + slf4j-simple + + 1.5.11 + + + + + + + + + + + + + + + + org.apache.felix + + maven-bundle-plugin + + 2.5.3 + + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 8 + 8 + + + + org.apache.sling + maven-sling-plugin + 2.3.4 + + http://localhost:8080/system/console + admin + admin + + + + + + + + + org.apache.felix + + org.apache.felix.scr + + 2.0.10 + + provided + + + + + + + + org.apache.felix + + org.apache.felix.scr.annotations + + 1.9.6 + + + + + + + + + + + + + org.apache.sling + org.apache.sling.engine + 2.4.6 + provided + + + + javax.servlet + servlet-api + 2.5 + provided + + + org.osgi + org.osgi.compendium + 4.2.0 + provided + + + org.osgi + org.osgi.core + 4.2.0 + provided + + + javax.jcr Review comment: You should not need this now. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services