Skip to content

Commit a4dd0b7

Browse files
authored
Add spring-boot-testcontainers to Couchbase module
1 parent eeb9053 commit a4dd0b7

File tree

1 file changed

+1
-1
lines changed
  • generators/spring-boot/generators/data-couchbase

1 file changed

+1
-1
lines changed

generators/spring-boot/generators/data-couchbase/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default class CouchbaseGenerator extends SpringBootApplicationGenerator {
6767
return this.asPostWritingTaskGroup({
6868
addDependencies({ application, source }) {
6969
const { reactive, javaDependencies } = application;
70-
source.addSpringBootModule?.(`spring-boot-starter-data-couchbase${reactive ? '-reactive' : ''}`);
70+
source.addSpringBootModule?.(`spring-boot-starter-data-couchbase${reactive ? '-reactive' : ''}`, 'spring-boot-testcontainers');
7171
source.addJavaDependencies?.([
7272
{ groupId: 'commons-codec', artifactId: 'commons-codec' },
7373
{ groupId: 'com.couchbase.client', artifactId: 'java-client' },

0 commit comments

Comments
 (0)