Skip to content

Commit ac6765a

Browse files
committed
Don't override JRuby for Asciidoctor Maven plugin
We stick to the one from the plugin, because overriding brings more problem than it could solve, new versions JRuby break the build regularly.
1 parent 6bfd630 commit ac6765a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<asciidoctorj.pdf.version>2.3.3</asciidoctorj.pdf.version>
8989
<asciidoctorj.diagram.version>2.2.3</asciidoctorj.diagram.version>
9090
<buildnumber.plugin.version>1.4</buildnumber.plugin.version>
91-
<jruby.version>9.3.4.0</jruby.version>
9291
<jmh.version>1.36</jmh.version>
9392
<spotless.version>2.27.2</spotless.version>
9493
<google-java-format.version>1.15.0</google-java-format.version>
@@ -384,11 +383,6 @@
384383
<artifactId>asciidoctor-maven-plugin</artifactId>
385384
<version>${asciidoctor.maven.plugin.version}</version>
386385
<dependencies>
387-
<dependency>
388-
<groupId>org.jruby</groupId>
389-
<artifactId>jruby-complete</artifactId>
390-
<version>${jruby.version}</version>
391-
</dependency>
392386
<dependency>
393387
<groupId>org.asciidoctor</groupId>
394388
<artifactId>asciidoctorj</artifactId>

0 commit comments

Comments
 (0)