Skip to content

Commit 13a4307

Browse files
authored
Remove 4.0 Testkit feature flag (#1135)
1 parent 5ad26bf commit 13a4307

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bundle/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<!-- Extract the original sources again -->
5555
<plugin>
5656
<artifactId>maven-resources-plugin</artifactId>
57+
<version>3.2.0</version>
5758
<executions>
5859
<execution>
5960
<id>copy-appCtx</id>

testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/GetFeatures.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
public class GetFeatures implements TestkitRequest
3737
{
3838
private static final Set<String> COMMON_FEATURES = new HashSet<>( Arrays.asList(
39-
"Feature:Bolt:4.0",
4039
"Feature:Bolt:4.1",
4140
"Feature:Bolt:4.2",
4241
"Feature:Bolt:4.3",

0 commit comments

Comments
 (0)