|
26 | 26 | </dependencyManagement> |
27 | 27 |
|
28 | 28 | <dependencies> |
29 | | - <dependency> |
30 | | - <groupId>com.dylibso.chicory</groupId> |
31 | | - <artifactId>aot-experimental</artifactId> |
32 | | - <version>${chicory.version}</version> |
33 | | - </dependency> |
34 | | - <dependency> |
35 | | - <groupId>com.dylibso.chicory</groupId> |
36 | | - <artifactId>host-module-annotations-experimental</artifactId> |
37 | | - <version>${chicory.version}</version> |
38 | | - </dependency> |
39 | | - <dependency> |
40 | | - <groupId>com.dylibso.chicory</groupId> |
41 | | - <artifactId>runtime</artifactId> |
42 | | - <version>${chicory.version}</version> |
43 | | - </dependency> |
44 | | - <dependency> |
45 | | - <groupId>com.dylibso.chicory</groupId> |
46 | | - <artifactId>wasi</artifactId> |
47 | | - <version>${chicory.version}</version> |
48 | | - </dependency> |
49 | | - |
50 | | - <dependency> |
51 | | - <groupId>io.quarkus</groupId> |
52 | | - <artifactId>quarkus-arc</artifactId> |
53 | | - <optional>true</optional> |
54 | | - </dependency> |
55 | 29 | <dependency> |
56 | 30 | <groupId>io.roastedroot</groupId> |
57 | 31 | <artifactId>proxy-wasm-java-host</artifactId> |
58 | 32 | <version>${project.version}</version> |
59 | 33 | </dependency> |
60 | | - |
61 | | - <dependency> |
62 | | - <groupId>io.vertx</groupId> |
63 | | - <artifactId>vertx-core</artifactId> |
64 | | - <optional>true</optional> |
65 | | - </dependency> |
66 | 34 | <dependency> |
67 | 35 | <groupId>jakarta.servlet</groupId> |
68 | 36 | <artifactId>jakarta.servlet-api</artifactId> |
69 | 37 | <optional>true</optional> |
70 | 38 | </dependency> |
71 | | - |
72 | | - <!-- Depend on a minimal set of jakarta/jaxrs apis --> |
73 | 39 | <dependency> |
74 | 40 | <groupId>jakarta.enterprise</groupId> |
75 | 41 | <artifactId>jakarta.enterprise.cdi-api</artifactId> |
|
80 | 46 | <artifactId>jakarta.inject-api</artifactId> |
81 | 47 | <scope>provided</scope> |
82 | 48 | </dependency> |
| 49 | + |
| 50 | + <!-- Depend on a minimal set of jakarta/jaxrs apis --> |
83 | 51 | <dependency> |
84 | 52 | <groupId>jakarta.ws.rs</groupId> |
85 | 53 | <artifactId>jakarta.ws.rs-api</artifactId> |
|
93 | 61 | <plugin> |
94 | 62 | <groupId>io.smallrye</groupId> |
95 | 63 | <artifactId>jandex-maven-plugin</artifactId> |
96 | | - <version>3.2.7</version> |
| 64 | + <version>${jandex.version}</version> |
97 | 65 | <executions> |
98 | 66 | <execution> |
99 | 67 | <id>make-index</id> |
|
0 commit comments