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

refactor(all): update dependencies, move to dependency management in main pom #1476

Merged
merged 11 commits into from
Mar 4, 2022

Conversation

timtay-microsoft
Copy link
Member

The dependency management section in the base pom.xml defines which versions of each library will be used throughout the entire project. This does not mean that each library will take a dependency on each library defined in this dependencyManagement section though. For instance, our device client pom still needs to declare a dependency on our mqtt library. It just doesn't need to specify the version anymore since it is defined in our dependencyManagement in our base pom

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

pom.xml Outdated Show resolved Hide resolved
Copy link
Member

@abhipsaMisra abhipsaMisra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

…main pom

The dependency management section in the base pom.xml defines which versions of each library will be used throughout the entire project. This does not mean that each library will take a dependency on each library defined in this dependencyManagement section though. For instance, our device client pom still needs to declare a dependency on our mqtt library. It just doesn't need to specify the version anymore since it is defined in our dependencyManagement in our base pom
@timtay-microsoft
Copy link
Member Author

/azp run horton-java-gate, SDL, Java Prod Basic

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run horton-java-gate, Java Prod Basic, SDL

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

This reverts commit 083fcd7.
This reverts commit 90d6e20.
@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft timtay-microsoft merged commit bda19ce into main Mar 4, 2022
@timtay-microsoft timtay-microsoft deleted the timtay/upgradeDeps branch March 4, 2022 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants