|
20 | 20 | <parent> |
21 | 21 | <groupId>io.vertx</groupId> |
22 | 22 | <artifactId>vertx5-parent</artifactId> |
23 | | - <version>3</version> |
| 23 | + <version>4</version> |
24 | 24 | </parent> |
25 | 25 |
|
26 | 26 | <artifactId>vertx-http-proxy</artifactId> |
|
59 | 59 |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>io.vertx</groupId> |
62 | | - <artifactId>vertx-docgen</artifactId> |
63 | | - <scope>provided</scope> |
| 62 | + <artifactId>vertx-codegen-api</artifactId> |
| 63 | + <optional>true</optional> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>io.vertx</groupId> |
67 | | - <artifactId>vertx-codegen</artifactId> |
68 | | - <scope>provided</scope> |
| 67 | + <artifactId>vertx-codegen-json</artifactId> |
| 68 | + <optional>true</optional> |
| 69 | + </dependency> |
| 70 | + <dependency> |
| 71 | + <groupId>io.vertx</groupId> |
| 72 | + <artifactId>vertx-docgen-api</artifactId> |
| 73 | + <optional>true</optional> |
69 | 74 | </dependency> |
70 | 75 |
|
71 | 76 | <dependency> |
|
96 | 101 | <executions> |
97 | 102 | <execution> |
98 | 103 | <id>default-compile</id> |
99 | | - <phase>compile</phase> |
100 | 104 | <configuration> |
101 | | - <annotationProcessors> |
102 | | - <annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor> |
103 | | - <annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor> |
104 | | - </annotationProcessors> |
105 | 105 | <annotationProcessorPaths> |
106 | 106 | <annotationProcessorPath> |
107 | 107 | <groupId>io.vertx</groupId> |
108 | 108 | <artifactId>vertx-codegen</artifactId> |
| 109 | + <classifier>processor</classifier> |
109 | 110 | </annotationProcessorPath> |
110 | 111 | <annotationProcessorPath> |
111 | 112 | <groupId>io.vertx</groupId> |
112 | | - <artifactId>vertx-docgen</artifactId> |
| 113 | + <artifactId>vertx-docgen-processor</artifactId> |
| 114 | + <classifier>processor</classifier> |
113 | 115 | </annotationProcessorPath> |
114 | 116 | </annotationProcessorPaths> |
115 | 117 | </configuration> |
|
0 commit comments