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


The following commit(s) were added to refs/heads/master by this push:
     new 58f629c  SLING-8023: inline quartz
58f629c is described below

commit 58f629cce3059167d593da4a4cfb39911fd715da
Author: Karl Pauls <[email protected]>
AuthorDate: Mon Oct 15 23:22:38 2018 +0200

    SLING-8023: inline quartz
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2672131..deaa5ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
                             org.apache.sling.hc.util
                         </DynamicImport-Package>
                         <Embed-Dependency>
-                            quartz
+                            quartz;inline=true
                         </Embed-Dependency>
                     </instructions>
                 </configuration>

Reply via email to