Skip to content

Commit b443e05

Browse files
committed
Use neo4j-bolt-connection
This update removes the bolt-api modules and uses `neo4j-bolt-connection`.
1 parent 9e6e559 commit b443e05

File tree

570 files changed

+410
-51967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

570 files changed

+410
-51967
lines changed

benchkit-backend/LICENSES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Apache Software License, Version 2.0
77
Jackson-annotations
88
Jackson-core
99
jackson-databind
10+
Neo4j Bolt Connection (Netty reference impl)
11+
Neo4j Bolt Connection (Pooled provider impl)
12+
Neo4j Bolt Connection (Provider SPI)
13+
Neo4j Bolt Connection (Routed provider impl)
1014
Netty/Buffer
1115
Netty/Codec
1216
Netty/Codec/HTTP

benchkit-backend/NOTICE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Apache Software License, Version 2.0
2222
Jackson-annotations
2323
Jackson-core
2424
jackson-databind
25+
Neo4j Bolt Connection (Netty reference impl)
26+
Neo4j Bolt Connection (Pooled provider impl)
27+
Neo4j Bolt Connection (Provider SPI)
28+
Neo4j Bolt Connection (Routed provider impl)
2529
Netty/Buffer
2630
Netty/Codec
2731
Netty/Codec/HTTP

benchkit-backend/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,6 @@
2727
<artifactId>neo4j-java-driver</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>
30-
<dependency>
31-
<groupId>org.neo4j.driver</groupId>
32-
<artifactId>neo4j-bolt-api</artifactId>
33-
<version>${project.version}</version>
34-
<optional>true</optional>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.neo4j.driver</groupId>
38-
<artifactId>neo4j-bolt-api-netty</artifactId>
39-
<version>${project.version}</version>
40-
<optional>true</optional>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.neo4j.driver</groupId>
44-
<artifactId>neo4j-bolt-api-pooled</artifactId>
45-
<version>${project.version}</version>
46-
<optional>true</optional>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.neo4j.driver</groupId>
50-
<artifactId>neo4j-bolt-api-routed</artifactId>
51-
<version>${project.version}</version>
52-
<optional>true</optional>
53-
</dependency>
5430
<dependency>
5531
<groupId>io.netty</groupId>
5632
<artifactId>netty-handler</artifactId>

bolt-api-netty/LICENSES.txt

Lines changed: 0 additions & 221 deletions
This file was deleted.

bolt-api-netty/NOTICE.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

bolt-api-netty/pom.xml

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)