This commit is contained in:
usbharu 2024-08-10 19:38:36 +09:00
parent 96e2f9b420
commit a1b4631a13
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
2 changed files with 7 additions and 3 deletions

View File

@ -81,8 +81,8 @@ dependencies {
implementation(libs.bundles.ktor.client) implementation(libs.bundles.ktor.client)
implementation(libs.bundles.apache.tika) implementation(libs.bundles.apache.tika)
implementation(libs.bundles.openapi) implementation(libs.bundles.openapi)
// implementation(libs.bundles.owl.producer) implementation(libs.bundles.owl.producer)
// implementation(libs.bundles.owl.broker) implementation(libs.bundles.owl.broker)
implementation(libs.bundles.spring.boot.oauth2) implementation(libs.bundles.spring.boot.oauth2)
implementation(libs.bundles.spring.boot.data.mongodb) implementation(libs.bundles.spring.boot.data.mongodb)
implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-actuator")
@ -103,7 +103,7 @@ dependencies {
implementation(libs.flyway.core) implementation(libs.flyway.core)
runtimeOnly(libs.flyway.postgresql) runtimeOnly(libs.flyway.postgresql)
// implementation("dev.usbharu:owl-common-serialize-jackson:0.0.1") implementation("dev.usbharu:owl-common-serialize-jackson:0.0.1")
implementation(libs.javacv) { implementation(libs.javacv) {
exclude(module = "opencv") exclude(module = "opencv")

View File

@ -3,11 +3,15 @@ plugins {
} }
rootProject.name = "hideout-core" rootProject.name = "hideout-core"
//ローカルで変更した時、リリースまではアンコメント リリース後はコメントアウト
includeBuild("../owl") includeBuild("../owl")
dependencyResolutionManagement { dependencyResolutionManagement {
repositories { repositories {
mavenCentral() mavenCentral()
maven {
url = uri("https://git.usbharu.dev/api/packages/usbharu/maven")
}
} }
versionCatalogs { versionCatalogs {