Skip to content

Commit

Permalink
Demote ServerBuilderInProcessModule to test sourceset
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 authored and nbauernfeind committed Oct 17, 2023
1 parent ebfb5d2 commit 45b1037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ dependencies {

Classpaths.inheritGrpcPlatform(project, 'api')

api('io.grpc:grpc-inprocess') {
because 'downstream dagger compile, see deephaven-core#1722'
}
api('io.grpc:grpc-services') {
because 'downstream dagger compile, see deephaven-core#1722'
}
Expand All @@ -94,6 +91,7 @@ dependencies {
implementation 'dev.dirs:directories:26'

testImplementation 'io.grpc:grpc-testing'
testImplementation('io.grpc:grpc-inprocess')

testImplementation project(':proto:proto-backplane-grpc')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import dagger.Module;
import dagger.Provides;
import io.deephaven.extensions.barrage.util.DefensiveDrainable;
import io.deephaven.server.runner.GrpcServer;
import io.grpc.BindableService;
import io.grpc.ForwardingServerCall.SimpleForwardingServerCall;
import io.grpc.ManagedChannelBuilder;
Expand Down

0 comments on commit 45b1037

Please sign in to comment.