docusign / docusign-esign-java-client

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html
MIT License
104 stars 95 forks source link

jersey-common missing from external dependency in readme #275

Closed WalkerWalker closed 2 months ago

WalkerWalker commented 4 months ago

I believe jersey-common is necessary but it is missing from the readme https://github.com/docusign/docusign-esign-java-client?tab=readme-ov-file#dependencies

        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-common</artifactId>
            <version>3.1.5</version>
        </dependency>
DocuSignEric commented 4 months ago

Hi Walker, thank you for this information, I will contact our development team to let them know about this discrepancy.

Eric | DocuSign

vinz commented 2 months ago

Hello Walker, I want to confirm that jersey-common is not a direct dependency, rather a transitive dependency. Hence it need not be documented in readme. Hope this clarifies. I shall be closing this issue, please feel free to raise a new one if you find anything else which is valid and missing in our ReadMe. Our team shall be more than happy to incorporate the same. Thank you, Vinay