Skip to content

Commit e3f80ba

Browse files
author
Vincent Royer
committed
Add missing dependency for Cassandra UDF
1 parent b34c5fd commit e3f80ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

distribution/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ configure(distributions) {
174174
from '../../core/cassandra/lib'
175175
include '*.zip'
176176
}
177+
178+
// Add dependency on cassandra-driver for UDF
179+
with copySpec {
180+
from '../../core/cassandra/lib'
181+
include 'cassandra-driver-core-3.0.1-shaded.jar'
182+
}
177183
}
178184

179185
modulesFiles = copySpec {

0 commit comments

Comments
 (0)