Skip to content

Commit 1b87c68

Browse files
committed
Fix scope dependency SpiceDB container
1 parent 02cc3ae commit 1b87c68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

embedded-spicedb/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@
3131
<groupId>com.authzed.api</groupId>
3232
<artifactId>authzed</artifactId>
3333
<version>${authzed.version}</version>
34+
<scope>test</scope>
3435
</dependency>
3536
<dependency>
3637
<groupId>io.grpc</groupId>
3738
<artifactId>grpc-protobuf</artifactId>
3839
<version>${grpc-protobuf.version}</version>
40+
<scope>test</scope>
3941
</dependency>
4042
<dependency>
4143
<groupId>io.grpc</groupId>
4244
<artifactId>grpc-stub</artifactId>
4345
<version>${grpc-protobuf.version}</version>
46+
<scope>test</scope>
4447
</dependency>
4548
</dependencies>
4649
</project>

0 commit comments

Comments
 (0)