From 67d55f2ecd572ef6263dab8ad3f822dfcbe69741 Mon Sep 17 00:00:00 2001 From: Jonathan Pearlin Date: Tue, 27 Sep 2022 14:05:59 -0400 Subject: [PATCH] Expose required transitive dependencies (#17269) --- airbyte-config/config-models/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airbyte-config/config-models/build.gradle b/airbyte-config/config-models/build.gradle index b03a9e39d5b5..c6e73c63d565 100644 --- a/airbyte-config/config-models/build.gradle +++ b/airbyte-config/config-models/build.gradle @@ -1,12 +1,13 @@ import org.jsonschema2pojo.SourceType plugins { + id "java-library" id "com.github.eirnym.js2p" version "1.0" } dependencies { annotationProcessor libs.bundles.micronaut.annotation.processor - implementation libs.bundles.micronaut.annotation + api libs.bundles.micronaut.annotation implementation project(':airbyte-json-validation') implementation project(':airbyte-protocol:protocol-models')