|
52 | 52 | <artifactId>vertx-core</artifactId> |
53 | 53 | </dependency> |
54 | 54 |
|
55 | | - <!-- Only for fatjar --> |
56 | | - <dependency> |
57 | | - <!-- declare this dependency to force shiro to use this one. It is the version used by vert.x --> |
58 | | - <groupId>org.slf4j</groupId> |
59 | | - <artifactId>slf4j-api</artifactId> |
60 | | - <version>1.7.16</version> |
61 | | - <optional>true</optional> |
62 | | - </dependency> |
63 | | - |
64 | 55 | <dependency> |
65 | 56 | <groupId>io.vertx</groupId> |
66 | 57 | <artifactId>vertx-docgen</artifactId> |
|
72 | 63 | <scope>provided</scope> |
73 | 64 | </dependency> |
74 | 65 |
|
75 | | -<!-- |
76 | | - <dependency> |
77 | | - <groupId>ch.qos.logback</groupId> |
78 | | - <artifactId>logback-classic</artifactId> |
79 | | - <version>1.0.13</version> |
80 | | - </dependency> |
81 | | ---> |
82 | | - |
83 | 66 | <dependency> |
84 | 67 | <groupId>junit</groupId> |
85 | 68 | <artifactId>junit</artifactId> |
|
94 | 77 | <dependency> |
95 | 78 | <groupId>com.github.tomakehurst</groupId> |
96 | 79 | <artifactId>wiremock-standalone</artifactId> |
97 | | - <version>2.6.0</version> |
| 80 | + <version>3.0.1</version> |
98 | 81 | <scope>test</scope> |
99 | 82 | </dependency> |
100 | 83 | </dependencies> |
|
114 | 97 | <annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor> |
115 | 98 | <annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor> |
116 | 99 | </annotationProcessors> |
| 100 | + <annotationProcessorPaths> |
| 101 | + <annotationProcessorPath> |
| 102 | + <groupId>io.vertx</groupId> |
| 103 | + <artifactId>vertx-codegen</artifactId> |
| 104 | + </annotationProcessorPath> |
| 105 | + <annotationProcessorPath> |
| 106 | + <groupId>io.vertx</groupId> |
| 107 | + <artifactId>vertx-docgen</artifactId> |
| 108 | + </annotationProcessorPath> |
| 109 | + </annotationProcessorPaths> |
117 | 110 | </configuration> |
118 | 111 | </execution> |
119 | 112 | </executions> |
|
0 commit comments