Skip to content

Commit

Permalink
Merge pull request #25600 from mshima/cucumber
Browse files Browse the repository at this point in the history
add cucumber-bom
  • Loading branch information
DanielFran authored Mar 22, 2024
2 parents 9e94544 + 41664c7 commit acb4cf7
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 224 deletions.
6 changes: 6 additions & 0 deletions generators/app/__snapshots__/generator.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"checksum-maven-plugin": "'CHECKSUM-MAVEN-PLUGIN-VERSION'",
"common-custom-user-data-gradle-plugin": "'COMMON-CUSTOM-USER-DATA-GRADLE-PLUGIN-VERSION'",
"commons-beanutils": "'COMMONS-BEANUTILS-VERSION'",
"cucumber-bom": "'CUCUMBER-BOM-VERSION'",
"frontend-maven-plugin": "'FRONTEND-MAVEN-PLUGIN-VERSION'",
"gatling": "'GATLING-VERSION'",
"gatling-gradle": "'GATLING-GRADLE-VERSION'",
Expand Down Expand Up @@ -514,6 +515,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"spotless-gradle-plugin": "'SPOTLESS-GRADLE-PLUGIN-VERSION'",
"spotless-maven-plugin": "'SPOTLESS-MAVEN-PLUGIN-VERSION'",
"spring-boot": "'SPRING-BOOT-VERSION'",
"testng": "'TESTNG-VERSION'",
"typesafe": "'TYPESAFE-VERSION'",
"xmemcached": "'XMEMCACHED-VERSION'",
"xmemcached-provider": "'XMEMCACHED-PROVIDER-VERSION'",
Expand Down Expand Up @@ -1039,6 +1041,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"checksum-maven-plugin": "'CHECKSUM-MAVEN-PLUGIN-VERSION'",
"common-custom-user-data-gradle-plugin": "'COMMON-CUSTOM-USER-DATA-GRADLE-PLUGIN-VERSION'",
"commons-beanutils": "'COMMONS-BEANUTILS-VERSION'",
"cucumber-bom": "'CUCUMBER-BOM-VERSION'",
"frontend-maven-plugin": "'FRONTEND-MAVEN-PLUGIN-VERSION'",
"gatling": "'GATLING-VERSION'",
"gatling-gradle": "'GATLING-GRADLE-VERSION'",
Expand Down Expand Up @@ -1078,6 +1081,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"spotless-gradle-plugin": "'SPOTLESS-GRADLE-PLUGIN-VERSION'",
"spotless-maven-plugin": "'SPOTLESS-MAVEN-PLUGIN-VERSION'",
"spring-boot": "'SPRING-BOOT-VERSION'",
"testng": "'TESTNG-VERSION'",
},
"javaPackageSrcDir": "src/main/java/com/mycompany/myapp/",
"javaPackageTestDir": "src/test/java/com/mycompany/myapp/",
Expand Down Expand Up @@ -1600,6 +1604,7 @@ exports[`generator - app with microservice should match snapshot 1`] = `
"checksum-maven-plugin": "'CHECKSUM-MAVEN-PLUGIN-VERSION'",
"common-custom-user-data-gradle-plugin": "'COMMON-CUSTOM-USER-DATA-GRADLE-PLUGIN-VERSION'",
"commons-beanutils": "'COMMONS-BEANUTILS-VERSION'",
"cucumber-bom": "'CUCUMBER-BOM-VERSION'",
"frontend-maven-plugin": "'FRONTEND-MAVEN-PLUGIN-VERSION'",
"gatling": "'GATLING-VERSION'",
"gatling-gradle": "'GATLING-GRADLE-VERSION'",
Expand Down Expand Up @@ -1642,6 +1647,7 @@ exports[`generator - app with microservice should match snapshot 1`] = `
"spotless-gradle-plugin": "'SPOTLESS-GRADLE-PLUGIN-VERSION'",
"spotless-maven-plugin": "'SPOTLESS-MAVEN-PLUGIN-VERSION'",
"spring-boot": "'SPRING-BOOT-VERSION'",
"testng": "'TESTNG-VERSION'",
"typesafe": "'TYPESAFE-VERSION'",
"xmemcached": "'XMEMCACHED-VERSION'",
"xmemcached-provider": "'XMEMCACHED-PROVIDER-VERSION'",
Expand Down
Loading

0 comments on commit acb4cf7

Please sign in to comment.