File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.vertx</groupId >
5
5
<artifactId >vertx5-parent</artifactId >
6
- <version >3 </version >
6
+ <version >4 </version >
7
7
</parent >
8
8
9
9
<artifactId >vertx-io_uring-incubator</artifactId >
49
49
<!-- Generators -->
50
50
<dependency >
51
51
<groupId >io.vertx</groupId >
52
- <artifactId >vertx-codegen</artifactId >
52
+ <artifactId >vertx-codegen-api </artifactId >
53
53
<optional >true</optional >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >io.vertx</groupId >
57
- <artifactId >vertx-docgen</artifactId >
57
+ <artifactId >vertx-codegen-json</artifactId >
58
+ <optional >true</optional >
59
+ </dependency >
60
+ <dependency >
61
+ <groupId >io.vertx</groupId >
62
+ <artifactId >vertx-docgen-api</artifactId >
58
63
<optional >true</optional >
59
64
</dependency >
60
65
121
126
<executions >
122
127
<execution >
123
128
<id >default-compile</id >
124
- <phase >compile</phase >
125
129
<configuration >
126
- <annotationProcessors >
127
- <annotationProcessor >io.vertx.docgen.JavaDocGenProcessor</annotationProcessor >
128
- </annotationProcessors >
130
+ <annotationProcessorPaths >
131
+ <annotationProcessorPath >
132
+ <groupId >io.vertx</groupId >
133
+ <artifactId >vertx-docgen-processor</artifactId >
134
+ <classifier >processor</classifier >
135
+ </annotationProcessorPath >
136
+ </annotationProcessorPaths >
129
137
</configuration >
130
138
</execution >
131
139
</executions >
You can’t perform that action at this time.
0 commit comments