Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Jan 29, 2025
1 parent 30947f8 commit 0f8c761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ab2d-sns-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:${lombokVersion}"
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'software.amazon.awssdk:sns:2.27.9'
implementation "io.awspring.cloud:spring-cloud-aws-starter-sns:${springCloudAwsVersion}"
implementation(project(":ab2d-events-client"))

testCompileOnly "org.projectlombok:lombok:${lombokVersion}"
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
eventClientVersion='3.2.3'
propertiesClientVersion='2.0.0'
contractClientVersion='2.0.0'
snsClientVersion='1.0.0'
snsClientVersion='1.0.1'

sourcesRepo = 'ab2d-maven-repo'
deployerRepo = 'ab2d-main'
Expand Down Expand Up @@ -157,8 +157,8 @@ subprojects {

jar {
processResources.exclude('checkstyle.xml')
// classifier "main".equalsIgnoreCase(gitBranch()) || "main".equalsIgnoreCase(System.getenv('BRANCH_NAME')) ? "" : "SNAPSHOT"
// out.println("**** building branch - " + gitBranch() + ", classifier - " + classifier + " - CI branch - " + System.getenv('BRANCH_NAME'))
classifier "main".equalsIgnoreCase(gitBranch()) || "main".equalsIgnoreCase(System.getenv('BRANCH_NAME')) ? "" : "SNAPSHOT"
out.println("**** building branch - " + gitBranch() + ", classifier - " + classifier + " - CI branch - " + System.getenv('BRANCH_NAME'))
}

test {
Expand All @@ -174,7 +174,7 @@ subprojects {

jacocoTestReport {
reports {
// xml.enabled true
xml.enabled true
}
}

Expand Down

0 comments on commit 0f8c761

Please sign in to comment.