|
21 | 21 | <parent> |
22 | 22 | <groupId>io.vertx</groupId> |
23 | 23 | <artifactId>vertx5-parent</artifactId> |
24 | | - <version>3</version> |
| 24 | + <version>4</version> |
25 | 25 | </parent> |
26 | 26 |
|
27 | 27 | <artifactId>vertx-sql-client-parent</artifactId> |
|
71 | 71 |
|
72 | 72 | <dependencies> |
73 | 73 |
|
| 74 | + <!-- Code generation --> |
| 75 | + <dependency> |
| 76 | + <groupId>io.vertx</groupId> |
| 77 | + <artifactId>vertx-codegen-api</artifactId> |
| 78 | + <optional>true</optional> |
| 79 | + </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>io.vertx</groupId> |
| 82 | + <artifactId>vertx-codegen-json</artifactId> |
| 83 | + <optional>true</optional> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>io.vertx</groupId> |
| 87 | + <artifactId>vertx-docgen-api</artifactId> |
| 88 | + <optional>true</optional> |
| 89 | + </dependency> |
| 90 | + |
74 | 91 | <!-- Testing purposes --> |
75 | 92 | <dependency> |
76 | 93 | <groupId>junit</groupId> |
|
118 | 135 | <execution> |
119 | 136 | <id>default-compile</id> |
120 | 137 | <configuration> |
121 | | - <annotationProcessors> |
122 | | - <annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor> |
123 | | - <annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor> |
124 | | - </annotationProcessors> |
125 | 138 | <annotationProcessorPaths> |
126 | 139 | <annotationProcessorPath> |
127 | 140 | <groupId>io.vertx</groupId> |
128 | 141 | <artifactId>vertx-codegen</artifactId> |
| 142 | + <classifier>processor</classifier> |
129 | 143 | </annotationProcessorPath> |
130 | 144 | <annotationProcessorPath> |
131 | 145 | <groupId>io.vertx</groupId> |
132 | | - <artifactId>vertx-docgen</artifactId> |
| 146 | + <artifactId>vertx-docgen-processor</artifactId> |
| 147 | + <classifier>processor</classifier> |
133 | 148 | </annotationProcessorPath> |
134 | 149 | </annotationProcessorPaths> |
135 | 150 | <compilerArgs> |
|
0 commit comments