Skip to content

Commit 26aab3d

Browse files
committed
fix explicit dependency scope
1 parent c101b79 commit 26aab3d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: jsonb-serde/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<groupId>jakarta.json.bind</groupId>
3030
<artifactId>jakarta.json.bind-api</artifactId>
3131
<version>3.0.0</version>
32+
<scope>compile</scope>
3233
</dependency>
3334
</dependencies>
3435

Diff for: shaded/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,27 @@
2323
<dependency>
2424
<groupId>com.arangodb</groupId>
2525
<artifactId>core</artifactId>
26+
<scope>compile</scope>
2627
</dependency>
2728
<dependency>
2829
<groupId>com.arangodb</groupId>
2930
<artifactId>http-protocol</artifactId>
31+
<scope>compile</scope>
3032
</dependency>
3133
<dependency>
3234
<groupId>com.arangodb</groupId>
3335
<artifactId>vst-protocol</artifactId>
36+
<scope>compile</scope>
3437
</dependency>
3538
<dependency>
3639
<groupId>com.arangodb</groupId>
3740
<artifactId>jackson-dataformat-velocypack</artifactId>
41+
<scope>compile</scope>
3842
</dependency>
3943
<dependency>
4044
<groupId>org.slf4j</groupId>
4145
<artifactId>slf4j-api</artifactId>
46+
<scope>compile</scope>
4247
</dependency>
4348
<dependency>
4449
<!-- build arangodb-java-driver before so that we can use the javadoc artifact -->

0 commit comments

Comments
 (0)