Skip to content

Commit cd8b246

Browse files
committed
updated neo4j logo and pom clean
1 parent a3f1619 commit cd8b246

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
12.6 KB
Loading

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
<groupId>org.junit.vintage</groupId>
269269
<artifactId>junit-vintage-engine</artifactId>
270270
<version>${junit-jupiter.version}</version>
271+
<scope>test</scope>
271272
</dependency>
272273
<dependency>
273274
<groupId>org.jetbrains.kotlin</groupId>
@@ -298,12 +299,12 @@
298299
<scope>test</scope>
299300
</dependency>
300301

301-
<dependency>
302-
<groupId>org.slf4j</groupId>
303-
<artifactId>slf4j-simple</artifactId>
304-
<version>1.7.30</version>
305-
<scope>test</scope>
306-
</dependency>
302+
<!-- <dependency>-->
303+
<!-- <groupId>org.slf4j</groupId>-->
304+
<!-- <artifactId>slf4j-simple</artifactId>-->
305+
<!-- <version>1.7.30</version>-->
306+
<!-- <scope>test</scope>-->
307+
<!-- </dependency>-->
307308

308309
<dependency>
309310
<groupId>org.neo4j.community</groupId>

0 commit comments

Comments
 (0)