Skip to content

Commit

Permalink
[Build] Ignore Spring in revapi
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Oct 18, 2018
1 parent d2270cf commit 98ca518
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
Expand Down Expand Up @@ -593,7 +594,7 @@
<instrumentation>
<ignoreTrivial>true</ignoreTrivial>
</instrumentation>
<check />
<check/>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -819,6 +820,8 @@
<item>cucumber\.runner\..*</item>
<item>cucumber\.runtime\..*</item>
<item>cucumber\.util\..*</item>
<!--Spring doesn't follow semver that strictly. -->
<item>org\.springframework\.core\..*</item>
</exclude>
</classes>
<packages>
Expand Down

0 comments on commit 98ca518

Please sign in to comment.