I'm new to Maven and would like to build a maven project from This link. I installed maven and when I run command 'mvn clean install' it proceeds but finally gives me an error message that class JsonSerDe
in not found. This class exists in one of the dependency jar files but my question is why maven doesn't automatically download that dependency jar file? How can I solve this problem?
The other question is how can I use maven as
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb-hadoop</artifactId>
<version>1.0.0</version>
</dependency>