Updating POM of file service to take up latest code from azure-core-lib
Issue: Stack trace is split across multiple line. Target: Reduce stack trace by having each exception without line breaks.
Updates:
- Updated POM.xml of file service to take up latest code version(0.17.0-rc6)from azure-core-lib i.e. <osdu.corelibazure.version>0.17.0-rc6</osdu.corelibazure.version>
- Logging library is already updated with version 0.17.0-rc6 which removes line breaks in stack trace.
- application.properties is updated with azure.pubsub.publish=true as File service was not running locally if we had azure.pubsub.publish=false.