How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.oauth-2</groupId>
<artifactId>oauth2-client-bom</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of net.oauth-2 : oauth2-client-bom to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>net.oauth-2</groupId>
<artifactId>oauth2-client-bom</artifactId>
<version>1.1.0</version>
</dependency>