diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index c7de5a2..0bbee44 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.neo4jh3 neo4jh3 - 5.2.0 + 5.3.1 @@ -43,7 +43,7 @@ org.neo4j neo4j - 5.1.0 + 5.5.0 provided @@ -110,10 +110,6 @@ neo4j-server org.neo4j.app - - neo4j-buffers - org.neo4j - neo4j-capabilities org.neo4j @@ -123,7 +119,7 @@ org.neo4j.test neo4j-harness - 5.1.0 + 5.5.0 test @@ -139,7 +135,7 @@ org.neo4j - neo4j-server + neo4j-server-test-utils org.neo4j.app @@ -194,7 +190,7 @@ - 5.1.0 + 5.5.0 4.1 1.2 3.7 diff --git a/target/original-neo4jh3-5.3.1.jar b/target/original-neo4jh3-5.3.1.jar new file mode 100644 index 0000000..f3a4482 Binary files /dev/null and b/target/original-neo4jh3-5.3.1.jar differ diff --git a/target/surefire-reports/TEST-com.neo4jh3.Neo4jH3Test.xml b/target/surefire-reports/TEST-com.neo4jh3.Neo4jH3Test.xml new file mode 100644 index 0000000..383ac81 --- /dev/null +++ b/target/surefire-reports/TEST-com.neo4jh3.Neo4jH3Test.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.neo4jh3.TestHierarchy.xml b/target/surefire-reports/TEST-com.neo4jh3.TestHierarchy.xml new file mode 100644 index 0000000..36296b0 --- /dev/null +++ b/target/surefire-reports/TEST-com.neo4jh3.TestHierarchy.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/target/surefire-reports/com.neo4jh3.Neo4jH3Test.txt b/target/surefire-reports/com.neo4jh3.Neo4jH3Test.txt new file mode 100644 index 0000000..a68e5a6 --- /dev/null +++ b/target/surefire-reports/com.neo4jh3.Neo4jH3Test.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +Test set: com.neo4jh3.Neo4jH3Test +------------------------------------------------------------------------------- +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.201 sec diff --git a/target/surefire-reports/com.neo4jh3.TestHierarchy.txt b/target/surefire-reports/com.neo4jh3.TestHierarchy.txt new file mode 100644 index 0000000..cb8ea55 --- /dev/null +++ b/target/surefire-reports/com.neo4jh3.TestHierarchy.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +Test set: com.neo4jh3.TestHierarchy +------------------------------------------------------------------------------- +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/target/test-classes/com/neo4jh3/BaseTestH3Core.class b/target/test-classes/com/neo4jh3/BaseTestH3Core.class new file mode 100644 index 0000000..ecb1429 Binary files /dev/null and b/target/test-classes/com/neo4jh3/BaseTestH3Core.class differ diff --git a/target/test-classes/com/neo4jh3/Neo4jH3Test.class b/target/test-classes/com/neo4jh3/Neo4jH3Test.class new file mode 100644 index 0000000..b623f98 Binary files /dev/null and b/target/test-classes/com/neo4jh3/Neo4jH3Test.class differ diff --git a/target/test-classes/com/neo4jh3/TestHierarchy.class b/target/test-classes/com/neo4jh3/TestHierarchy.class new file mode 100644 index 0000000..98eaee5 Binary files /dev/null and b/target/test-classes/com/neo4jh3/TestHierarchy.class differ