Skip to content

Commit

Permalink
Add giftcard example
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengrand committed Sep 21, 2023
1 parent 1eb2cc2 commit 2f1ea42
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions giftcard-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:20.1.0'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
implementation libs.adyen.java
implementation libs.bundles.spring

testImplementation(libs.bundles.spring.test){
exclude (group: 'org.junit.vintage', module: 'junit-vintage-engine')
}
}

test {
Expand Down

0 comments on commit 2f1ea42

Please sign in to comment.