We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cc3ae commit 1b87c68Copy full SHA for 1b87c68
embedded-spicedb/pom.xml
@@ -31,16 +31,19 @@
31
<groupId>com.authzed.api</groupId>
32
<artifactId>authzed</artifactId>
33
<version>${authzed.version}</version>
34
+ <scope>test</scope>
35
</dependency>
36
<dependency>
37
<groupId>io.grpc</groupId>
38
<artifactId>grpc-protobuf</artifactId>
39
<version>${grpc-protobuf.version}</version>
40
41
42
43
44
<artifactId>grpc-stub</artifactId>
45
46
47
48
</dependencies>
49
</project>
0 commit comments