It is throwing below error message. "The type com.microsoft.graph.httpcore.IAuthenticationProvider cannot be resolved. It is indirectly referenced from required .class files" ` <dependency> <groupId>com.microsoft.graph</groupId> <artifactId>microsoft-graph-auth</artifactId> <version>0.1.0-SNAPSHOT</version> </dependency> Add in project <profiles> <profile> <id>allow-snapshots</id> <activation><activeByDefault>true</activeByDefault></activation> <repositories> <repository> <id>snapshots-repo</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases><enabled>false</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> </repositories> </profile> </profiles>`
It is throwing below error message.
"The type com.microsoft.graph.httpcore.IAuthenticationProvider cannot be resolved. It is indirectly referenced from required .class files"
`
allow-snapshots true snapshots-repo https://oss.sonatype.org/content/repositories/snapshots false true `com.microsoft.graph
microsoft-graph-auth
0.1.0-SNAPSHOT
Add in project