Skip to content

Move grpc-netty dependency to Test scope#181

Open
pancho-bo wants to merge 2 commits into
series/2.xfrom
feature/no-grpc-netty-transitive-dep
Open

Move grpc-netty dependency to Test scope#181
pancho-bo wants to merge 2 commits into
series/2.xfrom
feature/no-grpc-netty-transitive-dep

Conversation

@pancho-bo
Copy link
Copy Markdown
Contributor

That will allow users of this library to choose gRPC transport to depend on, grpc-netty-shaded for example, without an exclusion rule.

Comment thread build.sbt Outdated
)
)
.dependsOn(manager, storageRedis, grpcProtocol, serializationKryo)
.dependsOn(manager, storageRedis, grpcProtocol % "compile->compile;test->test", serializationKryo)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The examples project won't work without grpc-netty

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But also for people using Shardcake I don't really want them to care about it, so I think it's okay to ship with a default implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants