mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 09:00:50 +00:00
fix(gms): unable to find registered resources (#1625)
Fix the unable to find registered resource error introduced by 6a309332f321fc6847a721629c276e62867bf52c Also simplify the build script
This commit is contained in:
parent
a063ec7297
commit
6370251bf0
@ -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')
|
||||
|
@ -17,7 +17,7 @@
|
||||
<bean id="restliRequestHandler" class="com.linkedin.restli.server.spring.ParallelRestliHttpRequestHandler">
|
||||
<constructor-arg>
|
||||
<bean class="com.linkedin.restli.server.RestLiConfig">
|
||||
<property name="resourcePackageNames" value="com.linkedin.dataset.rest.resources,com.linkedin.identity.rest.resources" />
|
||||
<property name="resourcePackageNames" value="com.linkedin.metadata.resources" />
|
||||
</bean>
|
||||
</constructor-arg>
|
||||
<constructor-arg ref="injectResourceFactory" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user