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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c5122483 Remove workaround for 
https://github.com/jbake-org/jbake/issues/769
1c5122483 is described below

commit 1c5122483dededf8a320ef8b988dceea750cbd03
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Jan 13 20:48:04 2026 +0100

    Remove workaround for https://github.com/jbake-org/jbake/issues/769
    
    Meanwhile JBake 2.7.0 has been fixed.
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33c16a5a3..aeaaedac2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,20 +81,6 @@
             </goals>
           </execution>
         </executions>
-        <dependencies>
-            <!-- add exclusions to prevent using old jffi version: 
https://github.com/jbake-org/jbake/issues/769 -->
-            <dependency>
-                <groupId>org.asciidoctor</groupId>
-                <artifactId>asciidoctorj</artifactId>
-                <version>2.5.13</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>*</groupId>
-                        <artifactId>*</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-        </dependencies>
       </plugin>
 
       <plugin>

Reply via email to