Skip to content

Commit e4c7132

Browse files
Cleaned up demo pom
1 parent 90b6b1c commit e4c7132

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

  • spring-data-eclipse-store-demo

spring-data-eclipse-store-demo/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@
6464
</dependency>
6565

6666

67-
<dependency>
68-
<groupId>org.junit.jupiter</groupId>
69-
<artifactId>junit-jupiter</artifactId>
70-
<scope>test</scope>
71-
</dependency>
72-
<dependency>
73-
<groupId>org.junit.jupiter</groupId>
74-
<artifactId>junit-jupiter</artifactId>
75-
<scope>test</scope>
76-
</dependency>
7767
<dependency>
7868
<groupId>org.junit.jupiter</groupId>
7969
<artifactId>junit-jupiter</artifactId>
@@ -82,13 +72,13 @@
8272
<dependency>
8373
<groupId>org.springframework.boot</groupId>
8474
<artifactId>spring-boot-starter-test</artifactId>
75+
<scope>test</scope>
8576
<exclusions>
8677
<exclusion>
8778
<artifactId>spring-boot-starter-logging</artifactId>
8879
<groupId>org.springframework.boot</groupId>
8980
</exclusion>
9081
</exclusions>
91-
<scope>test</scope>
9282
</dependency>
9383
</dependencies>
9484

0 commit comments

Comments
 (0)