Skip to content

Commit f509e54

Browse files
authored
Merge pull request #366 from chadlwilson/switch-to-jruby-decomposed
[chore] Prefer use of the jruby "decomposed" (non-core) dependency
2 parents 3e8011d + 570220c commit f509e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependencies>
7777
<dependency>
7878
<groupId>org.jruby</groupId>
79-
<artifactId>jruby-core</artifactId>
79+
<artifactId>jruby</artifactId>
8080
<version>${jruby.version}</version>
8181
<scope>provided</scope>
8282
</dependency>

0 commit comments

Comments
 (0)