File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed
Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 119119 "required" : false
120120 }
121121 },
122- "generator" : " >=1.8.27 <2.0.0 " ,
122+ "generator" : " >=1.8.27" ,
123123 "filters" : [
124124 " @asyncapi/generator-filters"
125125 ],
Original file line number Diff line number Diff line change 140140 <artifactId >spring-boot-maven-plugin</artifactId >
141141 <version >{%- if params.springBoot2 %}2.7.15{% else %}3.1.3{% endif %}</version >
142142 </plugin >
143+ <plugin >
144+ <groupId >org.apache.maven.plugins</groupId >
145+ <artifactId >maven-surefire-plugin</artifactId >
146+ <version >3.5.4</version >
147+ <dependencies >
148+ <dependency >
149+ <groupId >org.apache.maven.surefire</groupId >
150+ <artifactId >surefire-junit4</artifactId >
151+ <version >3.5.4</version >
152+ </dependency >
153+ </dependencies >
154+ </plugin >
143155 </plugins >
144156 </build >
145157
146- </project >
158+ </project >
Original file line number Diff line number Diff line change @@ -128,10 +128,23 @@ exports[`integration tests for generated files under different template paramete
128128 <artifactId>spring-boot-maven-plugin</artifactId>
129129 <version>3.1.3</version>
130130 </plugin>
131+ <plugin>
132+ <groupId>org.apache.maven.plugins</groupId>
133+ <artifactId>maven-surefire-plugin</artifactId>
134+ <version>3.5.4</version>
135+ <dependencies>
136+ <dependency>
137+ <groupId>org.apache.maven.surefire</groupId>
138+ <artifactId>surefire-junit4</artifactId>
139+ <version>3.5.4</version>
140+ </dependency>
141+ </dependencies>
142+ </plugin>
131143 </plugins>
132144 </build>
133145
134- </project>"
146+ </project>
147+ "
135148`;
136149
137150exports[`integration tests for generated files under different template parameters should generate spring 2 code with parameter 1`] = `
You can’t perform that action at this time.
0 commit comments