Skip to content

Commit

Permalink
removing unused dependencies in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Jan 18, 2024
1 parent 245224a commit 63abaf8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,12 @@ dependencies {
}
implementation 'org.jetbrains.kotlin:kotlin-reflect'
implementation 'org.springframework.boot:spring-boot-starter-actuator:3.2.0'
implementation 'org.apache.kafka:kafka-clients:3.6.0'
implementation("com.google.code.gson:gson:2.10.1")

implementation('in.specmatic:specmatic-kafka:0.16.0') {
exclude group: 'org.springframework.boot'
exclude group: 'org.apache.tomcat.embed'
}
implementation('in.specmatic:junit5-support:1.2.12')
implementation 'javax.validation:validation-api:2.0.1.Final'
testImplementation('in.specmatic:junit5-support:1.2.12')
testImplementation(
'org.assertj:assertj-core:3.24.2',
'org.junit.jupiter:junit-jupiter-api:5.10.1'
)
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}

sourceSets {
Expand Down

0 comments on commit 63abaf8

Please sign in to comment.