Skip to content

Commit

Permalink
Add eventmesh-common to OpenConnect artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Apr 15, 2024
1 parent f18e6c9 commit e771010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-annotations"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"

implementation project(":eventmesh-common")
implementation project(":eventmesh-sdks:eventmesh-sdk-java")

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

testRuntimeOnly "org.apache.logging.log4j:log4j-core"
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j2-impl"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ dependencies {

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
implementation project(":eventmesh-common")

testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'

testImplementation "org.mockito:mockito-core"

testRuntimeOnly "org.apache.logging.log4j:log4j-core"
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j2-impl"
}

0 comments on commit e771010

Please sign in to comment.