|
74 | 74 | <type>jar</type> |
75 | 75 | <scope>test</scope> |
76 | 76 | </dependency> |
| 77 | + <dependency> |
| 78 | + <groupId>org.jruby</groupId> |
| 79 | + <artifactId>requireTest</artifactId> |
| 80 | + <version>1.0</version> |
| 81 | + <type>jar</type> |
| 82 | + <scope>system</scope> |
| 83 | + <systemPath>${project.basedir}/requireTest-1.0.jar</systemPath> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>rubygems</groupId> |
| 87 | + <artifactId>jruby-launcher</artifactId> |
| 88 | + <version>${jruby-launcher.version}</version> |
| 89 | + <type>gem</type> |
| 90 | + </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>rubygems</groupId> |
| 93 | + <artifactId>rake</artifactId> |
| 94 | + <version>${rake.version}</version> |
| 95 | + <type>gem</type> |
| 96 | + </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>rubygems</groupId> |
| 99 | + <artifactId>rspec</artifactId> |
| 100 | + <version>${rspec.version}</version> |
| 101 | + <type>gem</type> |
| 102 | + </dependency> |
| 103 | + <dependency> |
| 104 | + <groupId>rubygems</groupId> |
| 105 | + <artifactId>minitest</artifactId> |
| 106 | + <version>${minitest.version}</version> |
| 107 | + <type>gem</type> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>rubygems</groupId> |
| 111 | + <artifactId>minitest-excludes</artifactId> |
| 112 | + <version>${minitest-excludes.version}</version> |
| 113 | + <type>gem</type> |
| 114 | + </dependency> |
| 115 | + <dependency> |
| 116 | + <groupId>rubygems</groupId> |
| 117 | + <artifactId>json</artifactId> |
| 118 | + <version>${json.version}</version> |
| 119 | + <type>gem</type> |
| 120 | + </dependency> |
| 121 | + <dependency> |
| 122 | + <groupId>rubygems</groupId> |
| 123 | + <artifactId>rdoc</artifactId> |
| 124 | + <version>${rdoc.version}</version> |
| 125 | + <type>gem</type> |
| 126 | + </dependency> |
77 | 127 | </dependencies> |
78 | 128 | <properties> |
79 | 129 | <jruby.basedir>${basedir}/..</jruby.basedir> |
|
206 | 256 | </plugins> |
207 | 257 | </pluginManagement> |
208 | 258 | </build> |
209 | | - <profiles> |
210 | | - <profile> |
211 | | - <id>bootstrap</id> |
212 | | - <dependencies> |
213 | | - <dependency> |
214 | | - <groupId>rubygems</groupId> |
215 | | - <artifactId>jruby-launcher</artifactId> |
216 | | - <version>${jruby-launcher.version}</version> |
217 | | - <type>gem</type> |
218 | | - </dependency> |
219 | | - <dependency> |
220 | | - <groupId>rubygems</groupId> |
221 | | - <artifactId>rake</artifactId> |
222 | | - <version>${rake.version}</version> |
223 | | - <type>gem</type> |
224 | | - </dependency> |
225 | | - <dependency> |
226 | | - <groupId>rubygems</groupId> |
227 | | - <artifactId>rspec</artifactId> |
228 | | - <version>${rspec.version}</version> |
229 | | - <type>gem</type> |
230 | | - </dependency> |
231 | | - <dependency> |
232 | | - <groupId>rubygems</groupId> |
233 | | - <artifactId>minitest</artifactId> |
234 | | - <version>${minitest.version}</version> |
235 | | - <type>gem</type> |
236 | | - </dependency> |
237 | | - <dependency> |
238 | | - <groupId>rubygems</groupId> |
239 | | - <artifactId>minitest-excludes</artifactId> |
240 | | - <version>${minitest-excludes.version}</version> |
241 | | - <type>gem</type> |
242 | | - </dependency> |
243 | | - <dependency> |
244 | | - <groupId>rubygems</groupId> |
245 | | - <artifactId>json</artifactId> |
246 | | - <version>${json.version}</version> |
247 | | - <type>gem</type> |
248 | | - </dependency> |
249 | | - <dependency> |
250 | | - <groupId>rubygems</groupId> |
251 | | - <artifactId>rdoc</artifactId> |
252 | | - <version>${rdoc.version}</version> |
253 | | - <type>gem</type> |
254 | | - </dependency> |
255 | | - </dependencies> |
256 | | - </profile> |
257 | | - </profiles> |
258 | 259 | </project> |
0 commit comments