Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add this library to the nurio's maven repository. #4

Open
nuriofernandez opened this issue Sep 6, 2020 · 1 comment
Open

Add this library to the nurio's maven repository. #4

nuriofernandez opened this issue Sep 6, 2020 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@nuriofernandez
Copy link
Owner

Provide an easy to use maven dependency

@nuriofernandez
Copy link
Owner Author

The library was added to the nurio's repository but with some smelly things that I've to review in the future.

These dependencies were added to the repository's pom file. Is this well?

  <dependencies>
    <!-- https://mvnrepository.com/artifact/dnsjava/dnsjava -->
    <dependency>
      <groupId>dnsjava</groupId>
      <artifactId>dnsjava</artifactId>
      <version>2.1.1</version>
    </dependency>

    <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.10.0.pr1</version>
    </dependency>
  </dependencies>

@nuriofernandez nuriofernandez self-assigned this Sep 6, 2020
@nuriofernandez nuriofernandez added the dependencies Pull requests that update a dependency file label Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant