Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
feat: relocate resource-config from java-core to gax (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 8, 2022
1 parent 6e75ec7 commit a9e5483
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
@@ -0,0 +1,9 @@
{
"resources":[
{"pattern":"\\QMETA-INF/native/libio_grpc_netty_shaded_netty_tcnative_linux_x86_64.so\\E"},
{"pattern":"\\QMETA-INF/native/libio_grpc_netty_shaded_netty_transport_native_epoll_x86_64.so\\E"},
{"pattern":"\\QMETA-INF/services/io.grpc.LoadBalancerProvider\\E"},
{"pattern":"\\QMETA-INF/services/io.grpc.ManagedChannelProvider\\E"},
{"pattern":"\\QMETA-INF/services/io.grpc.NameResolverProvider\\E"}],
"bundles":[]
}
@@ -0,0 +1,6 @@
{
"resources":[
{"pattern":"\\QMETA-INF/services/jdk.vm.ci.services.JVMCIServiceLocator\\E"},
{"pattern":"\\Qdependencies.properties\\E"}],
"bundles":[]
}

0 comments on commit a9e5483

Please sign in to comment.