You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2020/09/14 15:07:22 UTC

[sling-org-apache-sling-commons-scheduler] 02/02: SLING-9731: remove an unnessary import

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git

commit 9e9e8594fbb20ddb4af3802b27c9fc1a80872956
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon Sep 14 17:06:47 2020 +0200

    SLING-9731: remove an unnessary import
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 18e5c08..2806510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,7 @@
                             !weblogic.jdbc.jts,
                             !weblogic.jdbc.vendor.oracle,
                             !javax.xml.bind,
+                            !com.zaxxer.hikari,
                             org.apache.sling.discovery;resolution:=optional,
                             org.apache.sling.settings;resolution:=optional,
                             org.apache.sling.hc.api;resolution:=optional,