Skip to content

Commit

Permalink
Minor changes to build.gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Mar 28, 2024
1 parent 6814ccf commit e57ce7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cottontaildb-dbms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'signing'
/* Cottontail DB dependencies. */
dependencies {
/* The Cottontail DB core, which includes the client library. */
api project(':cottontaildb-core')
implementation project(':cottontaildb-core')

/* Xodus dependency. */
implementation group: 'org.jetbrains.xodus', name: 'xodus-openAPI', version: version_xodus
Expand All @@ -16,7 +16,7 @@ dependencies {

/* Snappy */
implementation group: 'org.xerial.snappy', name: 'snappy-java', version: version_snappy
implementation group: 'org.lz4', name: 'lz4-java', version: '1.8.0'
implementation group: 'org.lz4', name: 'lz4-java', version: version_lz4

/* FastUtil */
implementation group: 'it.unimi.dsi', name: 'fastutil', version: version_fastutil
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ version_kotlinx_serialization=1.6.2
version_kotlinx_serialization_csv=2.0.0
version_log4j2=2.22.0
version_lucene=9.5.0
version_lz4=1.8.0
version_picnic=0.6.0
version_protobuf=3.25.1
version_slf4j=2.0.9
Expand Down

0 comments on commit e57ce7d

Please sign in to comment.