Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-5825

Incorrect required dependencies in the enabling Swagger documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 7.7
    • KIE Server
    • 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>
        

            hmanwani@redhat.com Heena Manwani
            rhn-support-omolinab Oscar Molina
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: