|
176 | 176 | <version>2.0.17</version> |
177 | 177 | <scope>test</scope> |
178 | 178 | </dependency> |
| 179 | + <dependency> |
| 180 | + <groupId>dev.openfeature</groupId> |
| 181 | + <artifactId>flagd-evaluator-java</artifactId> |
| 182 | + <version>0.1.0-SNAPSHOT</version> |
| 183 | + <systemPath>${project.basedir}/flagd-evaluator-java-0.1.0-SNAPSHOT.jar</systemPath> |
| 184 | + <scope>system</scope> |
| 185 | + </dependency> <!-- Chicory WASM Runtime --> |
179 | 186 | <dependency> |
180 | 187 | <groupId>com.dylibso.chicory</groupId> |
181 | 188 | <artifactId>runtime</artifactId> |
182 | 189 | <version>${chicory.version}</version> |
183 | 190 | </dependency> |
184 | 191 | <dependency> |
185 | 192 | <groupId>com.dylibso.chicory</groupId> |
186 | | - <artifactId>compiler</artifactId> |
| 193 | + <artifactId>wasm</artifactId> |
187 | 194 | <version>${chicory.version}</version> |
188 | 195 | </dependency> |
189 | | - <!-- Chicory WASM parser --> |
190 | 196 | <dependency> |
191 | 197 | <groupId>com.dylibso.chicory</groupId> |
192 | | - <artifactId>wasm</artifactId> |
| 198 | + <artifactId>compiler</artifactId> |
193 | 199 | <version>${chicory.version}</version> |
194 | 200 | </dependency> |
| 201 | + |
195 | 202 | </dependencies> |
196 | 203 |
|
197 | 204 | <dependencyManagement> |
|
286 | 293 | </execution> |
287 | 294 | </executions> |
288 | 295 | </plugin> |
289 | | - <plugin> |
290 | | - <groupId>com.dylibso.chicory</groupId> |
291 | | - <artifactId>chicory-compiler-maven-plugin</artifactId> |
292 | | - <version>${chicory.version}</version> |
293 | | - <executions> |
294 | | - <execution> |
295 | | - <id>compiler-gen</id> |
296 | | - <goals> |
297 | | - <goal>compile</goal> |
298 | | - </goals> |
299 | | - <configuration> |
300 | | - <wasmFile>${project.basedir}/src/main/resources/flagd_evaluator.wasm</wasmFile> |
301 | | - <name>dev.openfeature.flagd.evaluator.CompiledEvaluator</name> |
302 | | - <!-- Allow interpreter fallback for functions that exceed JVM method size limits --> |
303 | | - <interpreterFallback>WARN</interpreterFallback> |
304 | | - </configuration> |
305 | | - </execution> |
306 | | - </executions> |
307 | | - </plugin> |
308 | 296 | </plugins> |
309 | 297 | </build> |
310 | 298 |
|
|
0 commit comments