File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <groupId >org.ruby-lang</groupId >
77 <artifactId >prism-parser</artifactId >
88 <version >0.0.4-SNAPSHOT</version >
9+ <relativePath >../pom.xml</relativePath >
910 </parent >
1011
1112 <artifactId >prism-parser-api</artifactId >
Original file line number Diff line number Diff line change 4646 <maven .compiler.source>21</maven .compiler.source>
4747 <maven .compiler.target>21</maven .compiler.target>
4848 <junit .version>6.0.3</junit .version>
49+ <chicory .version>1.7.5</chicory .version>
50+ <redline .version>0.0.4</redline .version>
4951 </properties >
5052
5153 <modules >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.ruby-lang</groupId >
77 <artifactId >prism-parser</artifactId >
8- <version >0.0.2-SNAPSHOT</version >
8+ <version >0.0.4-SNAPSHOT</version >
9+ <relativePath >../pom.xml</relativePath >
910 </parent >
1011
1112 <artifactId >prism-parser-wasm-full</artifactId >
1213 <name >Java Prism WASM with full parsed content</name >
1314 <description >Java WASM bindings for the Prism parser shared library</description >
1415 <url >https://github.com/ruby/prism</url >
1516
16- <properties >
17- <chicory .version>1.7.5</chicory .version>
18- </properties >
19-
2017 <dependencyManagement >
2118 <dependencies >
2219 <dependency >
5249 <version >${junit.version} </version >
5350 <scope >test</scope >
5451 </dependency >
52+ <dependency >
53+ <groupId >io.roastedroot</groupId >
54+ <artifactId >redline</artifactId >
55+ <version >${redline.version} </version >
56+ </dependency >
5557 </dependencies >
5658
5759 <build >
Original file line number Diff line number Diff line change 66 <groupId >org.ruby-lang</groupId >
77 <artifactId >prism-parser</artifactId >
88 <version >0.0.4-SNAPSHOT</version >
9+ <relativePath >../pom.xml</relativePath >
910 </parent >
1011
1112 <artifactId >prism-parser-wasm</artifactId >
1213 <name >Java Prism WASM with semantic-only content</name >
1314 <description >Java WASM bindings for the Prism parser shared library</description >
1415 <url >https://github.com/ruby/prism</url >
1516
16- <properties >
17- <chicory .version>1.7.5</chicory .version>
18- <redline .version>0.0.3</redline .version>
19- </properties >
20-
2117 <dependencyManagement >
2218 <dependencies >
2319 <dependency >
You can’t perform that action at this time.
0 commit comments