diff --git a/hideout-core/build.gradle.kts b/hideout-core/build.gradle.kts index 2739b00b..9bb9b8b1 100644 --- a/hideout-core/build.gradle.kts +++ b/hideout-core/build.gradle.kts @@ -81,8 +81,8 @@ dependencies { implementation(libs.bundles.ktor.client) implementation(libs.bundles.apache.tika) implementation(libs.bundles.openapi) -// implementation(libs.bundles.owl.producer) -// implementation(libs.bundles.owl.broker) + implementation(libs.bundles.owl.producer) + implementation(libs.bundles.owl.broker) implementation(libs.bundles.spring.boot.oauth2) implementation(libs.bundles.spring.boot.data.mongodb) implementation("org.springframework.boot:spring-boot-starter-actuator") @@ -103,7 +103,7 @@ dependencies { implementation(libs.flyway.core) 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) { exclude(module = "opencv") diff --git a/hideout-core/settings.gradle.kts b/hideout-core/settings.gradle.kts index 81e7fae4..82b29169 100644 --- a/hideout-core/settings.gradle.kts +++ b/hideout-core/settings.gradle.kts @@ -3,11 +3,15 @@ plugins { } rootProject.name = "hideout-core" +//ローカルで変更した時、リリースまではアンコメント リリース後はコメントアウト includeBuild("../owl") dependencyResolutionManagement { repositories { mavenCentral() + maven { + url = uri("https://git.usbharu.dev/api/packages/usbharu/maven") + } } versionCatalogs {