Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neo4j-contrib/neo4j-apoc-procedures
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c25026ca9c8bb3a4a536d52973c8e6a2c6c3708d
Choose a base ref
..
head repository: neo4j-contrib/neo4j-apoc-procedures
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a88d5656140b9f882987c9ee7de9e36dc0d09de7
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 full/build.gradle
2 changes: 2 additions & 0 deletions full/build.gradle
Original file line number Diff line number Diff line change
@@ -79,6 +79,8 @@ dependencies {
exclude group: '*'
}
testImplementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.1'
testImplementation group: 'com.github.virtuald', name: 'curvesapi', version: '1.06'
testImplementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'

implementation 'org.jsoup:jsoup:1.15.3'