diff --git a/README.md b/README.md index a450b5f..c722b31 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Microsoft Graph Auth SDK for Java -[ ![Download](https://api.bintray.com/packages/microsoftgraph/Maven/microsoft-graph/images/download.svg) ](https://bintray.com/microsoftgraph/Maven/microsoft-graph/_latestVersion) - - Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-started) into your Java application! ## 1. Installation @@ -35,6 +32,25 @@ Add the dependency in `dependencies` in pom.xml ``` +Add in `project` +``` + + + allow-snapshots + true + + + snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + +``` + ## 2. Getting started ### 2.1 Register your application