File tree 3 files changed +6
-33
lines changed
3 files changed +6
-33
lines changed Original file line number Diff line number Diff line change 8
8
<modelVersion >4.0.0</modelVersion >
9
9
10
10
<artifactId >cucumber-compatibility</artifactId >
11
- <name >Cucumber JVM: Compatibility Kit</name >
11
+ <name >Cucumber- JVM: Compatibility Kit</name >
12
12
13
13
<dependencies >
14
14
Original file line number Diff line number Diff line change 137
137
</archive >
138
138
</configuration >
139
139
</plugin >
140
-
141
- <plugin >
142
- <groupId >org.apache.maven.plugins</groupId >
143
- <artifactId >maven-shade-plugin</artifactId >
144
- <executions >
145
- <execution >
146
- <phase >package</phase >
147
- <goals >
148
- <goal >shade</goal >
149
- </goals >
150
- <configuration >
151
- <artifactSet >
152
- <includes >
153
- <include >io.cucumber:gherkin</include >
154
- <include >io.cucumber:gherkin-jvm-deps</include >
155
- </includes >
156
- </artifactSet >
157
- <relocations >
158
- <relocation >
159
- <pattern >gherkin</pattern >
160
- <shadedPattern >io.cucumber.core.internal.gherkin</shadedPattern >
161
- </relocation >
162
- </relocations >
163
- </configuration >
164
- </execution >
165
- </executions >
166
- </plugin >
167
-
168
140
</plugins >
169
141
</build >
170
142
Original file line number Diff line number Diff line change 526
526
</dependency >
527
527
</dependencies >
528
528
<configuration >
529
+ <oldVersion >5.6.0</oldVersion >
529
530
<analysisConfiguration >
530
531
<revapi .semver.ignore>
531
532
<enabled >true</enabled >
536
537
</versionIncreaseAllows >
537
538
</revapi .semver.ignore>
538
539
<revapi .ignore>
540
+ <!-- Cucumber-JUnit -->
539
541
<item >
540
- <code >java.method.returnTypeChanged</code >
541
- <old ><![CDATA[ method java.util.Optional<io.cucumber.core.gherkin.Pickle> io.cucumber.core.gherkin.Feature::getPickleAt(io.cucumber.core.gherkin.Located)]]> </old >
542
- <new ><![CDATA[ method io.cucumber.core.gherkin.Pickle io.cucumber.core.gherkin.Feature::getPickleAt(io.cucumber.core.gherkin.Located)]]> </new >
543
- <justification >Internal API</justification >
542
+ <code >java.class.externalClassExposedInAPI</code >
543
+ <newArchive >junit:junit:jar:${junit.version} </newArchive >
544
+ <justification >Implements JUnit4 API</justification >
544
545
</item >
545
546
<!-- Gherkin parser related -->
546
547
<item >
You can’t perform that action at this time.
0 commit comments