Skip to content

Commit

Permalink
Remove skrapeit loader (#546)
Browse files Browse the repository at this point in the history
* Remove the skrape.it integration

* Fix a deprecation warning
  • Loading branch information
franciscodr authored Nov 16, 2023
1 parent 2236781 commit f502e25
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 57 deletions.
1 change: 0 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ kotlin {
dependencies {
implementation(libs.ktor.http)
implementation(libs.logback)
implementation(libs.skrape)
implementation(libs.rss.reader)
api(libs.jackson)
api(libs.jackson.schema)
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dokka = "1.9.10"
logback = "1.4.11"
node-gradle = "7.0.1"
kotlinx-coroutines = "1.7.3"
scrapeit = "1.1.5"
rssreader = "3.5.0"
lucene = "9.8.0"
junit = "5.10.1"
Expand Down Expand Up @@ -94,9 +93,6 @@ hikari = { module = "com.zaxxer:HikariCP", version.ref = "hikari" }
postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql" }
testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
skrape = { module = "it.skrape:skrapeit", version.ref = "scrapeit" }
skrape-browser-fetcher = { module = "it.skrape:skrapeit-browser-fetcher", version.ref = "scrapeit" }
skrape-async-fetcher = { module = "it.skrape:skrapeit-asyn-fetcher", version.ref = "scrapeit" }
rss-reader = { module = "com.apptasticsoftware:rssreader", version.ref = "rssreader" }
lucene-core = { module = "org.apache.lucene:lucene-core", version.ref = "lucene" }
lucene-queries = { module = "org.apache.lucene:lucene-queries", version.ref = "lucene" }
Expand Down
2 changes: 1 addition & 1 deletion openai-client/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ java {

detekt {
toolVersion = "1.23.1"
source = files("src/commonMain/kotlin", "src/jvmMain/kotlin")
source.setFrom("src/commonMain/kotlin", "src/jvmMain/kotlin")
config.setFrom("../../config/detekt/detekt.yml")
autoCorrect = true
}
Expand Down

0 comments on commit f502e25

Please sign in to comment.