0.3.4: Support resolver path in SchemaBuilder
Add resolverPath to SchemaBuilder to allow user specify dependent Avro schemas. User can add avsc files, directories that contain avsc files, Jar or Zip files that contain avsc files. Non-avsc files are ignored.
The resolverPath and includeClasspath are mutually exclusive, SchemaBuilder throws exception if both are set.