-
Bug
-
Resolution: Done
-
Major
-
None
-
7.7
-
2020 Week 22-24 (from May 25)
-
5
-
+
In the 3.4.1.11. Enable Swagger documentation (community documentation) and the 3.8. Enabling Swagger documentation (product documentation), the version for cxf-rt-rs-service-description-swagger dependency is wrong:
- wrong
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description-swagger</artifactId> <version>3.1.11</version> </dependency>
- correct
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description-swagger</artifactId> <version>3.2.6</version> </dependency>