From 6370251bf005e6f0e97a71b8e2985b9df00e68f7 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Thu, 2 Apr 2020 20:53:22 -0700 Subject: [PATCH] fix(gms): unable to find registered resources (#1625) Fix the unable to find registered resource error introduced by 6a309332f321fc6847a721629c276e62867bf52c Also simplify the build script --- gms/impl/build.gradle | 3 +-- gms/war/src/main/webapp/WEB-INF/beans.xml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gms/impl/build.gradle b/gms/impl/build.gradle index 71e50aad0a..710f5ec88c 100644 --- a/gms/impl/build.gradle +++ b/gms/impl/build.gradle @@ -24,8 +24,7 @@ dependencies { // Generate IDLs pegasus.main.idlOptions.addIdlItem([ - 'com.linkedin.metadata.resources.dataset', - 'com.linkedin.metadata.resources.identity' + 'com.linkedin.metadata.resources', ]) ext.apiProject = project(':gms:api') diff --git a/gms/war/src/main/webapp/WEB-INF/beans.xml b/gms/war/src/main/webapp/WEB-INF/beans.xml index d37c2c1b90..97afa72cdd 100644 --- a/gms/war/src/main/webapp/WEB-INF/beans.xml +++ b/gms/war/src/main/webapp/WEB-INF/beans.xml @@ -17,10 +17,10 @@ - + - \ No newline at end of file +