This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 7c2e4ab Adding bundles for markdown support
7c2e4ab is described below
commit 7c2e4ab2fb0c0468f77f27c9486dc59998dd5ca6
Author: Dan Klco <[email protected]>
AuthorDate: Thu Sep 6 17:07:32 2018 -0400
Adding bundles for markdown support
---
builder/src/main/provisioning/cms.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/builder/src/main/provisioning/cms.txt
b/builder/src/main/provisioning/cms.txt
index 7f90d11..a541c5d 100644
--- a/builder/src/main/provisioning/cms.txt
+++ b/builder/src/main/provisioning/cms.txt
@@ -20,8 +20,10 @@
cms.version=1.0.0
[artifacts startLevel=20]
- org.apache.cocoon/cocoon-serializers-charsets/1.0.0
- org.apache.sling/org.apache.sling.fileoptim/0.9.1-SNAPSHOT
+ org.apache.cocoon/cocoon-serializers-charsets/1.0.0
+ org.jsoup/jsoup/1.11.3
+ com.vladsch.flexmark/flexmark-osgi/0.34.22
+ org.apache.sling/org.apache.sling.fileoptim/0.9.1-SNAPSHOT
org.apache.sling/org.apache.sling.resourcemerger/1.3.6
org.apache.sling/org.apache.sling.cms.core/${cms.version}
org.apache.sling/org.apache.sling.cms.ui/${cms.version}