2023-03-04 13:19:01 +01:00
|
|
|
rootProject.name = 'marginalia.nu'
|
2022-05-19 17:45:26 +02:00
|
|
|
|
2023-03-07 17:14:32 +01:00
|
|
|
include 'code:services-core:index-service'
|
|
|
|
include 'code:services-core:assistant-service'
|
|
|
|
include 'code:services-core:search-service'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-07 17:14:32 +01:00
|
|
|
include 'code:services-satellite:api-service'
|
|
|
|
include 'code:services-satellite:dating-service'
|
|
|
|
include 'code:services-satellite:explorer-service'
|
2023-07-03 10:40:32 +02:00
|
|
|
include 'code:services-satellite:control-service'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-07 17:14:32 +01:00
|
|
|
include 'code:libraries:array'
|
|
|
|
include 'code:libraries:btree'
|
|
|
|
include 'code:libraries:easy-lsh'
|
|
|
|
include 'code:libraries:guarded-regex'
|
|
|
|
include 'code:libraries:big-string'
|
|
|
|
include 'code:libraries:random-write-funnel'
|
2023-03-11 13:48:40 +01:00
|
|
|
include 'code:libraries:next-prime'
|
|
|
|
include 'code:libraries:braille-block-punch-cards'
|
2023-03-07 17:14:32 +01:00
|
|
|
include 'code:libraries:language-processing'
|
2023-03-13 23:40:26 +01:00
|
|
|
include 'code:libraries:term-frequency-dict'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-12 10:50:31 +01:00
|
|
|
include 'code:features-search:screenshots'
|
|
|
|
include 'code:features-search:random-websites'
|
|
|
|
include 'code:features-search:query-parser'
|
2023-03-16 21:35:54 +01:00
|
|
|
include 'code:features-search:result-ranking'
|
2023-03-12 10:50:31 +01:00
|
|
|
|
2023-03-13 17:39:53 +01:00
|
|
|
include 'code:features-convert:adblock'
|
|
|
|
include 'code:features-convert:pubdate'
|
2023-03-16 21:35:54 +01:00
|
|
|
include 'code:features-convert:summary-extraction'
|
2023-03-13 17:39:53 +01:00
|
|
|
include 'code:features-convert:keyword-extraction'
|
|
|
|
include 'code:features-convert:topic-detection'
|
|
|
|
|
2023-03-12 11:42:07 +01:00
|
|
|
include 'code:features-crawl:crawl-blocklist'
|
|
|
|
include 'code:features-crawl:link-parser'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-12 10:50:31 +01:00
|
|
|
include 'code:features-index:lexicon'
|
|
|
|
include 'code:features-index:index-journal'
|
|
|
|
include 'code:features-index:index-query'
|
|
|
|
include 'code:features-index:index-forward'
|
|
|
|
include 'code:features-index:index-reverse'
|
|
|
|
include 'code:features-index:domain-ranking'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-12 11:42:07 +01:00
|
|
|
include 'code:api:search-api'
|
|
|
|
include 'code:api:index-api'
|
|
|
|
include 'code:api:assistant-api'
|
|
|
|
|
2023-03-07 17:14:32 +01:00
|
|
|
include 'code:common:service-discovery'
|
|
|
|
include 'code:common:service-client'
|
2023-03-25 15:26:17 +01:00
|
|
|
include 'code:common:db'
|
2023-07-03 11:04:08 +02:00
|
|
|
include 'code:common:message-queue'
|
2023-03-07 17:14:32 +01:00
|
|
|
include 'code:common:service'
|
|
|
|
include 'code:common:config'
|
|
|
|
include 'code:common:model'
|
|
|
|
include 'code:common:renderer'
|
2023-03-16 21:35:54 +01:00
|
|
|
include 'code:common:process'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-13 17:39:53 +01:00
|
|
|
include 'code:processes:converting-process'
|
|
|
|
include 'code:processes:crawling-process'
|
|
|
|
include 'code:processes:loading-process'
|
2023-06-26 14:14:39 +02:00
|
|
|
include 'code:processes:test-data'
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-03-13 17:39:53 +01:00
|
|
|
include 'code:process-models:converting-model'
|
|
|
|
include 'code:process-models:crawling-model'
|
2023-03-12 10:50:31 +01:00
|
|
|
|
2023-03-17 16:03:11 +01:00
|
|
|
include 'code:tools:term-frequency-extractor'
|
|
|
|
include 'code:tools:crawl-job-extractor'
|
2023-03-28 16:58:46 +02:00
|
|
|
include 'code:tools:experiment-runner'
|
2023-04-11 16:20:27 +02:00
|
|
|
include 'code:tools:website-adjacencies-calculator'
|
|
|
|
include 'code:tools:screenshot-capture-tool'
|
2023-04-02 09:43:43 +02:00
|
|
|
include 'code:tools:load-test'
|
2023-03-17 16:03:11 +01:00
|
|
|
|
2023-03-12 10:04:48 +01:00
|
|
|
include 'third-party:porterstemmer'
|
|
|
|
include 'third-party:xz'
|
|
|
|
include 'third-party:symspell'
|
|
|
|
include 'third-party:rdrpostagger'
|
|
|
|
include 'third-party:uppend'
|
|
|
|
include 'third-party:openzim'
|
2023-03-16 21:35:54 +01:00
|
|
|
include 'third-party:count-min-sketch'
|
2023-03-12 10:04:48 +01:00
|
|
|
include 'third-party:monkey-patch-opennlp'
|
2023-06-12 17:42:30 +02:00
|
|
|
include 'third-party:monkey-patch-gson'
|
2023-03-12 10:04:48 +01:00
|
|
|
|
2023-03-04 13:19:01 +01:00
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
|
|
|
repositories {
|
|
|
|
mavenLocal()
|
|
|
|
maven { url "https://artifactory.cronapp.io/public-release/" }
|
|
|
|
maven { url "https://repo1.maven.org/maven2/" }
|
|
|
|
maven { url "https://www2.ph.ed.ac.uk/maven2/" }
|
|
|
|
maven { url "https://jitpack.io/" }
|
|
|
|
exclusiveContent {
|
|
|
|
forRepository {
|
|
|
|
maven {
|
|
|
|
url = uri("https://jitpack.io")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
filter {
|
|
|
|
// Only use JitPack for the `gson-record-type-adapter-factory` library
|
|
|
|
includeModule("com.github.Marcono1234", "gson-record-type-adapter-factory")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
versionCatalogs {
|
|
|
|
libs {
|
|
|
|
library('lombok', 'org.projectlombok', 'lombok').version('1.18.24')
|
|
|
|
library('mariadb-client', 'org.mariadb.jdbc', 'mariadb-java-client').version('3.0.6')
|
|
|
|
library('hikaricp', 'com.zaxxer:HikariCP:5.0.1')
|
|
|
|
|
2023-06-20 12:03:12 +02:00
|
|
|
library('spark', 'com.sparkjava', 'spark-core').version('2.9.4')
|
2023-03-04 13:19:01 +01:00
|
|
|
library('guice', 'com.google.inject', 'guice').version('5.1.0')
|
2023-06-20 12:03:12 +02:00
|
|
|
library('guava', 'com.google.guava', 'guava').version('32.0.1-jre')
|
2023-03-04 13:19:01 +01:00
|
|
|
|
2023-06-20 12:03:12 +02:00
|
|
|
library('rxjava', 'io.reactivex.rxjava3', 'rxjava').version('3.1.6')
|
2023-03-04 13:19:01 +01:00
|
|
|
|
|
|
|
library('prometheus', 'io.prometheus', 'simpleclient').version('0.16.0')
|
|
|
|
library('prometheus-servlet', 'io.prometheus', 'simpleclient_servlet').version('0.16.0')
|
|
|
|
library('prometheus-server', 'io.prometheus', 'simpleclient_httpserver').version('0.16.0')
|
|
|
|
library('prometheus-hotspot', 'io.prometheus', 'simpleclient_hotspot').version('0.16.0')
|
|
|
|
|
|
|
|
library('slf4j.api', 'org.slf4j', 'slf4j-api').version('1.7.36')
|
|
|
|
library('slf4j.jdk14', 'org.slf4j', 'slf4j-jdk14').version('2.0.3')
|
|
|
|
|
|
|
|
library('log4j.api', 'org.apache.logging.log4j', 'log4j-api').version('2.17.2')
|
|
|
|
library('log4j.core', 'org.apache.logging.log4j', 'log4j-core').version('2.17.2')
|
|
|
|
library('log4j.slf4j', 'org.apache.logging.log4j', 'log4j-slf4j-impl').version('2.17.2')
|
|
|
|
|
|
|
|
library('notnull','org.jetbrains','annotations').version('24.0.0')
|
|
|
|
|
|
|
|
library('trove', 'net.sf.trove4j', 'trove4j').version('3.0.3')
|
|
|
|
library('fastutil', 'it.unimi.dsi', 'fastutil').version('8.5.8')
|
|
|
|
|
2023-03-16 21:35:54 +01:00
|
|
|
library('hll', 'net.agkn', 'hll').version('1.6.0')
|
|
|
|
|
2023-06-20 12:03:12 +02:00
|
|
|
library('okhttp3','com.squareup.okhttp3','okhttp').version('4.11.0')
|
2023-03-04 13:19:01 +01:00
|
|
|
|
|
|
|
library('httpcomponents.core','org.apache.httpcomponents','httpcore').version('4.4.15')
|
|
|
|
library('httpcomponents.client','org.apache.httpcomponents','httpclient').version('4.5.13')
|
|
|
|
library('commons.net', 'commons-net','commons-net').version('3.9.0')
|
|
|
|
library('commons.lang3', 'org.apache.commons','commons-lang3').version('3.12.0')
|
|
|
|
library('commons.compress','org.apache.commons','commons-compress').version('1.21')
|
|
|
|
library('commons.io','commons-io','commons-io').version('2.11.0')
|
|
|
|
|
|
|
|
library('ffi','com.github.jnr','jnr-ffi').version('2.2.12')
|
|
|
|
library('databind','com.fasterxml.jackson.core','jackson-databind').version('2.13.2.1')
|
|
|
|
|
2023-06-29 14:14:18 +02:00
|
|
|
library('crawlercommons', 'com.github.crawler-commons', 'crawler-commons').version('1.3')
|
2023-03-04 13:19:01 +01:00
|
|
|
|
|
|
|
library('stanford.corenlp','edu.stanford.nlp','stanford-corenlp').version('4.4.0')
|
|
|
|
library('opennlp','org.apache.opennlp','opennlp-tools').version('1.9.4')
|
|
|
|
|
|
|
|
library('roaringbitmap','org.roaringbitmap','RoaringBitmap').version('0.9.32')
|
|
|
|
library('opencsv','com.opencsv','opencsv').version('5.6')
|
|
|
|
library('bucket4j','com.github.vladimir-bukhtoyarov','bucket4j-core').version('7.5.0')
|
|
|
|
|
|
|
|
library('protobuf','com.google.protobuf','protobuf-java').version('3.0.0')
|
2023-06-20 12:03:12 +02:00
|
|
|
library('gson','com.google.code.gson','gson').version('2.10.1')
|
2023-03-04 13:19:01 +01:00
|
|
|
library('gson-type-adapter','com.github.Marcono1234','gson-record-type-adapter-factory').version('0.2.0')
|
|
|
|
|
|
|
|
library('zstd','com.github.luben','zstd-jni').version('1.5.2-2')
|
|
|
|
library('lz4','org.lz4','lz4-java').version('1.8.0')
|
|
|
|
|
|
|
|
library('jsoup','org.jsoup','jsoup').version('1.15.3')
|
|
|
|
library('snakeyaml','org.yaml','snakeyaml').version('1.30')
|
|
|
|
|
|
|
|
library('junit.jupiter','org.junit.jupiter','junit-jupiter-api').version('5.8.2')
|
|
|
|
library('junit.jupiter.engine','org.junit.jupiter','junit-jupiter-engine').version('')
|
|
|
|
library('mockito','org.mockito','mockito-junit-jupiter').version('4.5.1')
|
|
|
|
|
2023-04-16 08:55:32 +02:00
|
|
|
library('selenium.chrome','org.seleniumhq.selenium','selenium-chrome-driver').version('4.8.3')
|
|
|
|
library('selenium.java','org.seleniumhq.selenium','selenium-java').version('4.8.3')
|
2023-03-04 13:19:01 +01:00
|
|
|
|
|
|
|
library('handlebars','com.github.jknack','handlebars').version('4.3.1')
|
|
|
|
library('handlebars.markdown','com.github.jknack','handlebars-markdown').version('4.2.1')
|
|
|
|
|
|
|
|
bundle('slf4j', ['slf4j.api', 'log4j.api', 'log4j.core', 'log4j.slf4j'])
|
|
|
|
bundle('slf4j.test', ['slf4j.jdk14'])
|
|
|
|
bundle('prometheus', ['prometheus', 'prometheus-servlet', 'prometheus-server', 'prometheus-hotspot'])
|
|
|
|
bundle('mariadb', ['mariadb-client', 'hikaricp'])
|
|
|
|
bundle('nlp', ['stanford.corenlp', 'opennlp'])
|
|
|
|
bundle('selenium', ['selenium.chrome', 'selenium.java'])
|
|
|
|
bundle('handlebars', ['handlebars', 'handlebars.markdown'])
|
|
|
|
|
|
|
|
bundle('gson', ['gson', 'gson-type-adapter'])
|
|
|
|
bundle('httpcomponents', ['httpcomponents.core', 'httpcomponents.client'])
|
|
|
|
|
|
|
|
bundle('junit', ['junit.jupiter', 'junit.jupiter.engine'])
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|