Empty virtual repositories are not listed in the Get Repositories REST API
Steps to reproduce:
1. Create a new empty virtual repo.
2. Run the Get Repositories REST API:
curl "http://localhost:8081/artifactory/api/repositories" -uadmin:password -v
3. You will not get the empty virtual repository in the results.