Github user avikganguly01 commented on the issue:
https://github.com/apache/fineract/pull/409
@Sanyam96 : I am unable to pull in this code as you included following
files in your source which I believe belongs to Swagger.
src/main/resources/swagger-ui/swagger-ui-bundle.js.map
src/main/resources/swagger-ui/swagger-ui-standalone-preset.js.map
src/main/resources/swagger-ui/response.json
src/main/resources/swagger-ui/swagger-ui.css
src/main/resources/swagger-ui/swagger-ui.css.map
src/main/resources/swagger-ui/swagger-ui-standalone-preset.js
src/main/resources/swagger-ui/swagger-ui.js.map
src/main/resources/swagger-ui/swagger-ui-bundle.js
src/main/resources/swagger-ui/swagger-ui.js
You should add a bower.json file to pull in this file, then add
bower_components to .gitignore folder and change path references for this file
to point to bower_components folder.
---