File tree Expand file tree Collapse file tree 4 files changed +37
-8
lines changed Expand file tree Collapse file tree 4 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
4
5
<parent >
45
46
</dependencyManagement >
46
47
47
48
<dependencies >
49
+ <dependency >
50
+ <groupId >io.cucumber</groupId >
51
+ <artifactId >gherkin</artifactId >
52
+ </dependency >
48
53
<dependency >
49
54
<groupId >io.cucumber</groupId >
50
55
<artifactId >cucumber-gherkin</artifactId >
228
233
<id >enforce-dependency-convergence</id >
229
234
<configuration >
230
235
<rules >
231
- <dependencyConvergence />
236
+ <dependencyConvergence />
232
237
</rules >
233
238
</configuration >
234
239
<goals >
265
270
<include >io.cucumber:gherkin</include >
266
271
</includes >
267
272
</artifactSet >
268
- <relocations >
269
- <relocation >
270
- <pattern >gherkin</pattern >
271
- <shadedPattern >io.cucumber.core.internal.gherkin</shadedPattern >
272
- </relocation >
273
- </relocations >
273
+ <!-- Do not enable relocation. Stuck with it until the next major. -->
274
+ <!-- <relocations>-->
275
+ <!-- <relocation>-->
276
+ <!-- <pattern>io.cucumber.gherkin</pattern>-->
277
+ <!-- <shadedPattern>io.cucumber.core.internal.gherkin</shadedPattern>-->
278
+ <!-- </relocation>-->
279
+ <!-- </relocations>-->
274
280
<filters >
275
281
<filter >
276
282
<artifact >io.cucumber:gherkin</artifact >
Original file line number Diff line number Diff line change 57
57
58
58
<build >
59
59
<plugins >
60
+ <!-- Not quite compatible with the transition to Maven 3.8.3 #2518 -->
61
+ <plugin >
62
+ <groupId >org.revapi</groupId >
63
+ <artifactId >revapi-maven-plugin</artifactId >
64
+ <configuration >
65
+ <skip >true</skip >
66
+ </configuration >
67
+ </plugin >
68
+
60
69
<plugin >
61
70
<groupId >org.apache.maven.plugins</groupId >
62
71
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 90
90
<plugin >
91
91
<groupId >org.codehaus.gmaven</groupId >
92
92
<artifactId >groovy-maven-plugin</artifactId >
93
+ <dependencies >
94
+ <dependency >
95
+ <groupId >io.cucumber</groupId >
96
+ <artifactId >gherkin</artifactId >
97
+ <version >${gherkin.version} </version >
98
+ </dependency >
99
+ </dependencies >
93
100
<executions >
94
101
<execution >
95
102
<id >generate-i18n-sources</id >
Original file line number Diff line number Diff line change 91
91
<plugin >
92
92
<groupId >org.codehaus.gmaven</groupId >
93
93
<artifactId >groovy-maven-plugin</artifactId >
94
+ <dependencies >
95
+ <dependency >
96
+ <groupId >io.cucumber</groupId >
97
+ <artifactId >gherkin</artifactId >
98
+ <version >${gherkin.version} </version >
99
+ </dependency >
100
+ </dependencies >
94
101
<executions >
95
102
<execution >
96
103
<id >generate-i18n-sources</id >
You can’t perform that action at this time.
0 commit comments