Skip to content

Commit 260c4c4

Browse files
committed
[chore] Prefer use of the jruby "decomposed" (non-core) dependency at runtime
Makes it easier to debug due to sources being attached along with stdlib, and allows analysis of dependencies. (cherry picked from commit 570220c)
1 parent 37a58ae commit 260c4c4

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
@@ -75,7 +75,7 @@
7575
<dependencies>
7676
<dependency>
7777
<groupId>org.jruby</groupId>
78-
<artifactId>jruby-core</artifactId>
78+
<artifactId>jruby</artifactId>
7979
<version>${jruby.version}</version>
8080
<scope>provided</scope>
8181
</dependency>

0 commit comments

Comments
 (0)