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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fd856a  Upgrade JRuby to 9.2.7.0 to be able to build the guide with 
Java 11+
0fd856a is described below

commit 0fd856a99878ed865600bb07b45a289cc23b8819
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Sun Jul 14 01:02:50 2019 +0300

    Upgrade JRuby to 9.2.7.0 to be able to build the guide with Java 11+
    
    Related-to: https://github.com/asciidoctor/asciidoctorj/issues/515
---
 wicket-user-guide/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index c0f686b..abe6de7 100644
--- a/wicket-user-guide/pom.xml
+++ b/wicket-user-guide/pom.xml
@@ -153,6 +153,12 @@
                                        </executions>
                                        <dependencies>
                                                <dependency>
+                                                       
<groupId>org.jruby</groupId>
+                                                       
<artifactId>jruby-complete</artifactId>
+                                                       
<version>9.2.7.0</version>
+                                                       <type>bundle</type>
+                                               </dependency>
+                                               <dependency>
                                                        
<groupId>org.asciidoctor</groupId>
                                                        
<artifactId>asciidoctorj-pdf</artifactId>
                                                        
<version>1.5.0-alpha.15</version>

Reply via email to