File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2020 <minimum .maven.version>3.3</minimum .maven.version>
2121 <outputDirectory >${project.build.directory}</outputDirectory >
2222 <scala-maven-plugin .version>4.4.0</scala-maven-plugin .version>
23- <build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
2423 <cucumber .version>6.1.1</cucumber .version>
2524 <gherkin .version>13.0.0</gherkin .version>
2625 <groovy .version>2.5.12</groovy .version>
149148 <plugin >
150149 <groupId >org.apache.maven.plugins</groupId >
151150 <artifactId >maven-toolchains-plugin</artifactId >
152- <version >3.0.0</version >
153151 <executions >
154152 <execution >
155153 <goals >
173171 <plugin >
174172 <groupId >org.apache.maven.plugins</groupId >
175173 <artifactId >maven-antrun-plugin</artifactId >
176- <version >3.0.0</version >
177174 <dependencies >
178175 <dependency >
179176 <groupId >org.codehaus.groovy</groupId >
200197 <plugin >
201198 <groupId >org.apache.maven.plugins</groupId >
202199 <artifactId >maven-javadoc-plugin</artifactId >
203- <version >3.2.0</version >
204200 <configuration >
205201 <use >false</use >
206202 <excludePackageNames >cucumber.runtime,cucumber.runtime.*</excludePackageNames >
227223 <plugin >
228224 <groupId >org.apache.maven.plugins</groupId >
229225 <artifactId >maven-shade-plugin</artifactId >
230- <version >3.2.4</version >
231226 <executions >
232227 <execution >
233228 <phase >package</phase >
244239 <plugin >
245240 <groupId >org.codehaus.mojo</groupId >
246241 <artifactId >build-helper-maven-plugin</artifactId >
247- <version >${build-helper-maven-plugin.version} </version >
248242 </plugin >
249243
250244 <!-- Non-standard plugins -->
You can’t perform that action at this time.
0 commit comments