This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
examples/testing-with-neo4j-harness Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1818 <properties >
1919 <java .version>11</java .version>
2020 <neo4j-java-driver-spring-boot-starter .version>${revision}${sha1}${changelist} </neo4j-java-driver-spring-boot-starter .version>
21- <neo4j .version>4.0.0 </neo4j .version>
21+ <neo4j .version>4.0.1 </neo4j .version>
2222 </properties >
2323
2424 <dependencyManagement >
2727 <groupId >org.neo4j.test</groupId >
2828 <artifactId >neo4j-harness</artifactId >
2929 <version >${neo4j.version} </version >
30+ <exclusions >
31+ <exclusion >
32+ <artifactId >slf4j-nop</artifactId >
33+ <!-- Since 4.0.1 -->
34+ <groupId >org.slf4j</groupId >
35+ </exclusion >
36+ </exclusions >
3037 </dependency >
3138 </dependencies >
3239 </dependencyManagement >
Original file line number Diff line number Diff line change 103103 <maven-javadoc-plugin .version>3.0.1</maven-javadoc-plugin .version>
104104 <maven-source-plugin .version>3.0.1</maven-source-plugin .version>
105105 <maven-surefire-plugin .version>3.0.0-M4</maven-surefire-plugin .version>
106- <neo4j-java-driver .version>4.0.0 </neo4j-java-driver .version>
106+ <neo4j-java-driver .version>4.0.1 </neo4j-java-driver .version>
107107 <neo4j .repository>neo4j</neo4j .repository>
108- <neo4j .version>4.0.0 </neo4j .version>
108+ <neo4j .version>4.0.1 </neo4j .version>
109109 <revision >4.0</revision >
110110 <sha1 ></sha1 >
111111 <sortpom-maven-plugin .version>2.8.0</sortpom-maven-plugin .version>
123123 <groupId >org.neo4j.test</groupId >
124124 <artifactId >neo4j-harness</artifactId >
125125 <version >${neo4j.version} </version >
126+ <exclusions >
127+ <exclusion > <!-- Since 4.0.1 -->
128+ <groupId >org.slf4j</groupId >
129+ <artifactId >slf4j-nop</artifactId >
130+ </exclusion >
131+ </exclusions >
126132 </dependency >
127133 <dependency >
128134 <groupId >org.testcontainers</groupId >
You can’t perform that action at this time.
0 commit comments