Skip to content

Commit

Permalink
move build.gradle changes to data-prepper-plugins/opensearch/build.gr…
Browse files Browse the repository at this point in the history
…adle

Signed-off-by: Maxwell Brown <[email protected]>
  • Loading branch information
Galactus22625 committed Jan 8, 2025
1 parent 0eeada6 commit 7edfe65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ subprojects {
}
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
implementation platform('com.fasterxml.jackson:jackson-bom:2.17.2')
implementation platform('org.eclipse.jetty:jetty-bom:9.4.53.v20231009')
implementation platform('io.micrometer:micrometer-bom:1.10.5')
Expand Down
2 changes: 2 additions & 0 deletions data-prepper-plugins/opensearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
implementation project(':data-prepper-api')
implementation libs.armeria.core
testImplementation project(':data-prepper-api').sourceSets.test.output
Expand Down

0 comments on commit 7edfe65

Please sign in to comment.