Skip to content

Commit

Permalink
Do not check whole org.neo4j.server.rest.web for API changes
Browse files Browse the repository at this point in the history
Do not check whole org.neo4j.server.rest.web since together with
public classes it also contains internal and jetty dependent classes
and we do not check those.
  • Loading branch information
MishaDemianenko committed Jan 10, 2018
1 parent 421e399 commit b53952d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -250,6 +250,8 @@
<regex>true</regex>
<include>
<item>org\.neo4j\.helpers\.collection\.BoundedIterable</item>
<item>org\.neo4j\.server\.rest\.web\.NodeNotFoundException</item>
<item>org\.neo4j\.server\.rest\.web\.RelationshipNotFoundException</item>
</include>
</classes>
<packages>
Expand All @@ -266,7 +268,6 @@
<item>org\.neo4j\.server\.helpers(\\..+)?</item>
<item>org\.neo4j\.server\.plugins(\\..+)?</item>
<item>org\.neo4j\.server\.rest\.repr(\\..+)?</item>
<item>org\.neo4j\.server\.rest\.web(\\..+)?</item>
<item>org\.neo4j\.unsafe\.batchinsert(\\..+)?</item>
<item>org\.neo4j\.logging(\\..+)?</item>
<item>org\.neo4j\.procedure(\\..+)?</item>
Expand Down

0 comments on commit b53952d

Please sign in to comment.