Skip to content

Commit ca83009

Browse files
committed
set mvn runtime scope for spi modules
1 parent d9ec6d4 commit ca83009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@
138138
<dependency>
139139
<groupId>com.arangodb</groupId>
140140
<artifactId>jackson-serde-vpack</artifactId>
141-
<optional>true</optional>
141+
<scope>runtime</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.arangodb</groupId>
145145
<artifactId>vst-protocol</artifactId>
146-
<optional>true</optional>
146+
<scope>runtime</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)