|
14 | 14 | <url>https://github.com/ruby/prism</url> |
15 | 15 |
|
16 | 16 | <properties> |
17 | | - <chicory.version>1.7.3</chicory.version> |
| 17 | + <chicory.version>1.7.5</chicory.version> |
18 | 18 | </properties> |
19 | 19 |
|
20 | 20 | <dependencyManagement> |
|
57 | 57 | <version>${junit.version}</version> |
58 | 58 | <scope>test</scope> |
59 | 59 | </dependency> |
60 | | - <dependency> |
61 | | - <groupId>com.dylibso.chicory</groupId> |
62 | | - <artifactId>annotations</artifactId> |
63 | | - <scope>provided</scope> |
64 | | - </dependency> |
65 | 60 | <dependency> |
66 | 61 | <groupId>org.jruby</groupId> |
67 | 62 | <artifactId>jruby-complete</artifactId> |
|
72 | 67 |
|
73 | 68 | <build> |
74 | 69 | <plugins> |
75 | | - <plugin> |
76 | | - <groupId>org.codehaus.mojo</groupId> |
77 | | - <artifactId>templating-maven-plugin</artifactId> |
78 | | - <version>3.1.0</version> |
79 | | - <executions> |
80 | | - <execution> |
81 | | - <id>filtering-java-templates</id> |
82 | | - <goals> |
83 | | - <goal>filter-sources</goal> |
84 | | - </goals> |
85 | | - </execution> |
86 | | - </executions> |
87 | | - </plugin> |
88 | | - <plugin> |
89 | | - <artifactId>maven-compiler-plugin</artifactId> |
90 | | - <configuration> |
91 | | - <release>21</release> |
92 | | - <annotationProcessorPaths> |
93 | | - <path> |
94 | | - <groupId>com.dylibso.chicory</groupId> |
95 | | - <artifactId>annotations-processor</artifactId> |
96 | | - <version>${chicory.version}</version> |
97 | | - </path> |
98 | | - </annotationProcessorPaths> |
99 | | - </configuration> |
100 | | - </plugin> |
101 | | - <plugin> |
102 | | - <groupId>org.apache.maven.plugins</groupId> |
103 | | - <artifactId>maven-surefire-plugin</artifactId> |
104 | | - <version>3.5.5</version> |
105 | | - </plugin> |
106 | 70 | <plugin> |
107 | 71 | <groupId>com.dylibso.chicory</groupId> |
108 | 72 | <artifactId>chicory-compiler-maven-plugin</artifactId> |
|
116 | 80 | <configuration> |
117 | 81 | <name>org.ruby_lang.prism.wasm.PrismParser</name> |
118 | 82 | <wasmFile>src/test/resources/prism.wasm</wasmFile> |
| 83 | + <moduleInterface>org.ruby_lang.prism.wasm.Prism</moduleInterface> |
119 | 84 | </configuration> |
120 | 85 | </execution> |
121 | 86 | </executions> |
|
0 commit comments