Skip to content

Commit deeeb6a

Browse files
committed
adding jruby libraries to force upgrade
1 parent e07f3eb commit deeeb6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,21 @@
217217
<artifactId>jruby-complete</artifactId>
218218
<version>${jruby.version}</version>
219219
</dependency>
220+
<dependency>
221+
<groupId>org.jruby</groupId>
222+
<artifactId>jruby</artifactId>
223+
<version>${jruby.version}</version>
224+
</dependency>
225+
<dependency>
226+
<groupId>org.jruby</groupId>
227+
<artifactId>jruby-stdlib</artifactId>
228+
<version>${jruby.version}</version>
229+
</dependency>
230+
<dependency>
231+
<groupId>org.jruby</groupId>
232+
<artifactId>jruby-base</artifactId>
233+
<version>${jruby.version}</version>
234+
</dependency>
220235
<dependency>
221236
<groupId>org.webjars</groupId>
222237
<artifactId>bootstrap</artifactId>

0 commit comments

Comments
 (0)